/* 
  @copyright	Copyright (C) 2008 IceTheme. All Rights Reserved
  @license	Copyrighted Commercial Software 
  @author     IceTheme (icetheme.com)
  
  Francais frap-on.com
*/


/* IceCarousel Module 
-------------------------------------------------------------------*/
.icecarousel {
	position:relative;
	overflow:hidden;
	margin:0 0 0 25px;}

	.icecarousel_items_container { 
		position: absolute;  
		top: 0;  
		width:5000px;}
			
		.icecarousel_item {
			margin:0 15px 0 0; 
			float:left;
			
			text-align:center;}
			.icecarousel_item_border {
				padding:0 10px 0;}
			
			.icecarousel a {
				color:#333!important;
				-moz-border-radius: 15px;
				-webkit-border-radius: 15px;
				background:#F2F1ED;
				display:block;}
				.icecarousel a:hover {
					text-decoration:none;
					background:#fff}
				
				.icecarousel_item img {
					float:none;
					margin:0 auto 9px;
					text-align:center;}
				

/* Item content */
.icecarousel_item h3 {
	height:35px;
	font-weight:normal;
	line-height:36px;
	margin:0 0 10px;
	font-weight:bold;
	position:relative;
	overflow:hidden;
	border-bottom:1px dashed #D4CFC2;
	font-size:1.25em;}
	
				
/* Previus and Next Buttons */				
	.icecarousel_container_l, 
	.icecarousel_container_r { 
		display:block;
		position:absolute;
		top:47%;
		width: 30px;
		height:40px;
		cursor:pointer; } 
		.icecarousel_container_l {
			background:url(icecarou.png) no-repeat center top;
			left:0px;}
			.icecarousel_container_l:hover { background-position: center bottom}
			
		.icecarousel_container_r { 
			background:url(icecarov.png) no-repeat center top;
			right:0px} 
			.icecarousel_container_r:hover { background-position: center bottom}

					
					
.carousel_text {
	font-size:1.5em;
	font-style:italic;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center}

