#carrousel2
{

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

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

}





#carrousel2 .car2_feat_cont
{
	position:relative;
	float:left;
	display:block;

	width:942px;
	height:295px;

	padding:0px;
	margin:0px;
}


	
#carrousel2 .car2_feat_cont_wrap
	{
		position:relative;
		display:block;
		float:left;	

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


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

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



#car2posts
	{
		width:942px;
		clear:both;
		overflow:hidden;	
	}

#car2posts li
	{
		float:left;
		width:942px;
		padding:0 0px 0 0px;
		margin:0px 0px 0px 0px;
	}





#carrousel2 img
	{
		width:942px;
		height:295px;
	}

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

		padding: 0px 12px 0px 0px;

		border:0px;

		margin:0px 0px 0px 0px;

	}




#carrousel2 h5
	{
		display:block;
		float:left;

		width:600px;

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

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

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

#carrousel2 h5 a
	{
		text-decoration:none;
		color:#fff;
	}


#carrousel2 .car2content 
	{
		position:absolute;

		width:922px;
		min-height:50px;

		padding:5px 10px 0px 10px;
		margin:0px;

		font-size:1.2em;
		font-weight:normal;

		text-align:left;
		color:#fff;

		bottom:0px;
		left:1px;

		overflow:hidden;		
		
		background: transparent url(../../images/skin3/carousel2_bottom.png) 0px 0px repeat-x;
	}

#carrousel2 .car2content p
	{
		display:block;
		float:left;
		
		margin:5px 0px 10px 0px;
		padding:0px;
		
		font-size:1.1em;
		line-height:1.4em;
	
	}

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







#carrousel2  #car2Controller
	{

		position:absolute;

		width:40px;
		height:191px;

		line-height:1.8;

		padding:0px;
		
		top:0px;
		right:0px;

		z-index:5;
		
		background: transparent url(../../images/skin3/carousel2_bottom.png) 0px 0px no-repeat;
	}



#carrousel2  span
	{
			position:relative;
			float:left;
			display:block;

			margin:10px 0px 0px 11px;
			padding:3px 2px 2px 1px;

			width:19px;
			height:19px;	

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

			cursor: pointer;		
			
			background: transparent url(../../images/skin3/rotund.png) 0px 0px no-repeat;
	}

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

			cursor: pointer;
			background: transparent url(../../images/skin3/rotund_hover.png) 0px 0px no-repeat;		
	}

#carrousel2 span.jFlowSelected2 
	{
			background: transparent url('../../images/skin3/rotund_hover.png') 0px 0px no-repeat;
			color:#000;
			font-weight:bold;

			cursor: pointer;
	}


#carrousel2 span.jCar2Control
	{
			color:#555;
			font-weight:bold;
			
			cursor: pointer;
	}
	
#carrousel2 span.jCar2Control:hover
	{
		color:#000;
	}


#carrousel2 #mycar-next
	{
		position:absolute;
		display:none;

		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;
	}

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


#carrousel2 #mycar-prev
	{
		position:absolute;
		display:none;

		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;
	}
#carrousel2 #mycar-prev:hover
	{
		background: url('../../images/skin3/left.png') no-repeat top right;
	}



#carrousel2  #featured_i
	{

		position:absolute;

		width:125px;
		height:125px;
				
		top:0px;
		left:0px;

		z-index:5;
		
		background: transparent url(../../images/skin3/featured.png) 0px 0px no-repeat;
	}




