#carrousel
{

	position:relative;
	float:left;
	display:none;

	width:942px;
	height:299px;
	
	margin:0px 0px 0px 2px;
	padding:0px 0px 0px 0px;

	background:#686868;	
	
	border-top:1px solid #626262;
}





#carrousel .car_feat_cont
	{

	position:relative;
	float:left;
	display:block;

	width:925px;
	height:294px;

	padding:0px;
	margin:0px 0px;
	}


	
#carrousel .car_feat_cont_wrap
	{
		position:relative;
		display:block;
		float:left;	

		width:925px;
		height:auto;
		
		margin:0px 0px 0px 0px;
		padding:0px;
		
		text-align: left;
		
		overflow:hidden;
		

	}


#carrousel ul
	{
		list-style-type:none;
		margin:0px 0px 0px 0px;
		padding:0px;
	}

#carrousel:after
	{
		content:".";
		display:block;
		height:0;
		font:0/0 serif;
		clear:both;
		visibility:hidden;
	}



#carposts
	{
		width:930px;
		clear:both;
		overflow:hidden;	
	}

#carposts li
	{
		float:left;
		width:930px;
		padding:0 0px 0 0px;
		margin:0px 0px 0px 0px;
	}





#carrousel img
	{
		width:450px;
		height:253px;
	}

#carrousel .thumb
	{
		position:relative;
		float:left;
		display:inline;

		padding: 10px 10px 10px 10px;

	
		margin:12px 0px 12px 12px;

		background: #fff;
		border:1px solid #ddd;
	}




#carrousel h5
	{
		display:inline;
		float:left;

		width:420px;

		font-size:2em;
		font-weight:bold;

		text-align:left;
		letter-spacing: 1px;

		margin:12px 0px 0px 12px;
	}

#carrousel h5 a
	{
		text-decoration:none;
		color:#eee;
	}


#carrousel .carcontent p
	{
		position:relative;
		display:inline;
		float:left;

		width:420px;
		min-height:132px;

		margin:5px 0px 0px 12px;

		padding:0px 0px 0px 0px;

		font-size:1.3em;
		line-height:1.4em;
		font-weight:normal;

		text-align:left;
		color:#ddd;

		overflow:hidden;
	}



#carrousel  p:first-letter { font-size: 1.7em;margin:0px 0px 0px 0px; }


#carrousel .more-car
	{
		position:absolute;
	
		bottom:45px;
		right:9px;

		width:38px;
		height:15px;
		
		
		background: transparent url(../../images/skin3/more.png) 0px 0px no-repeat;
		text-indent:-9000px;
	}





#carrousel  #carController
	{

		position:absolute;

		width:140px;

		line-height:1.8;

		padding:0px;
		
		bottom:9px;
		right:4px;

		z-index:5;	
	}



#carrousel  span
	{
			float:left;

			margin:0px 0px 0px 7px;
			padding:0px;

			width:19px;
			height:19px;	

			font-size:1.1em;
			color:#000;
			text-decoration:none;

			cursor: pointer;		
			
			background:#777;
			border:1px solid #999;
	}

#carrousel  span:hover
	{
			color:#000;
			font-weight:bold;

			cursor: pointer;
			background:#adadad;
			border:1px solid #ddd;			
	}


#carrousel span.jCarControl
	{
			color:#adadad;
			font-weight:bold;

			cursor: pointer;
	}
	
#carrousel span.jCarControl:hover
	{
		color:#000;
	}


#carrousel span.jFlowSelected1
	{
			color:#000;
			font-weight:bold;

			cursor: pointer;
			background:#adadad;
			border:1px solid #ddd;	
	}

#carrousel #mycar-next
	{
		position:absolute;

		width:48px;
		height:48px;

		background: url('../../images/skin3/right.png') no-repeat top left;
		text-indent:-9000px;

		z-index:100;

		top:120px;
		right:-15px;
		
		cursor: pointer;
	}

#carrousel #mycar-next:hover
	{
		background: url('../../images/skin3/right.png') no-repeat top right;
	}


#carrousel #mycar-prev
	{
		position:absolute;

		width:48px;
		height:48px;

		
		background: url('../../images/skin3/left.png') no-repeat top left;
		text-indent:-9000px;

		z-index:100;

		top:120px;
		left:-15px;
		
		cursor: pointer;
	}
#carrousel #mycar-prev:hover
	{
		background: url('../../images/skin3/left.png') no-repeat top right;
	}




