#carrousel_small
{

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

	width:630px;
	height:250px;
	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}



#carrousel_small .car_feat_cont_small
{

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

	width:622px;
	height:auto;

	padding:0px;
	margin:0px 0px 0px 5px;
	
	background: transparent url('../../images/skin3/cat_cont_cont.png') repeat-y top left;

}


	
#carrousel_small .car_feat_cont_wrap_small
	{
		position:relative;
		display:block;
		float:left;	

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

	}


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

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



#carposts_small
	{
		width:600px;
		
		clear:both;
		overflow:hidden;
	}

#carposts_small li
	{
		float:left;
		width:600px;

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





#carrousel_small img
	{
		width:302px;
		height:193px;
	}

#carrousel_small .thumb_small
	{
		position:relative;
		float:left;
		display:inline;

		padding: 10px 10px 10px 10px;
		border:0px;

		margin:12px 0px 11px 12px;

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




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

		width:270px;

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

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

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

#carrousel_small h5 a
	{
		text-decoration:none;
		color:#000;
	}


#carrousel_small .carcontent_small p
	{
		position:relative;
		display:inline;
		float:left;

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

		margin:5px 0px 0px 15px;

		padding:0px 0px 0px 0px;

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

		text-align:left;
		color:#777;

		overflow:hidden;		
	}


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


#carrousel_small .more-car
	{
		position:absolute;
	
		bottom:5px;
		right:14px;

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





#carrousel_small  #carController_small
	{

		position:absolute;

		width:140px;

		line-height:1.8;

		padding:0px;
		
		bottom:7px;
		right:10px;

		z-index:5;
		
	}



#carrousel_small  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:#ddd;
			border:1px solid #ccc;
	}

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

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


#carrousel_small span.jCarControl_small
	{
			color:#fff;
			font-weight:bold;

			cursor: pointer;
	}
	
#carrousel_small span.jCarControl_small:hover
	{
		color:#000;
	}


#carrousel_small span.jFlowSelected
	{
			color:#000;
			font-weight:bold;

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


#carrousel_small #mycar-next_small
	{
		position:absolute;

		width:48px;
		height:48px;

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

		z-index:100;

		top:100px;
		right:-25px;
		
		cursor: pointer;
	}

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


#carrousel_small #mycar-prev_small
	{
		position:absolute;

		width:48px;
		height:48px;

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

		z-index:100;

		top:100px;
		left:-25px;
		
		cursor: pointer;
	}
#carrousel_small #mycar-prev_small:hover
	{
		background: url('../../images/skin3/left.png') no-repeat top right;
	}




