/* @group CAROUSEL */

.slideshow
	{
	width: 501px;
	float: right;
	margin-top: 10px;
	margin-left:20px;
	overflow: hidden;
	position: relative;
	right:0px;
	}	
	
.carousel_gradient_left
	{
	width: 50px;
	height: 330px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	background: url(../../_images/ad-gallery/ad_prev.png) no-repeat left center;
	}
		
.carousel_gradient_right
	{
	width: 50px;
	height: 330px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	background: url(../../_images/ad-gallery/ad_next.png) no-repeat right center;
	}	
	
.carousel_txt_left
	{
	position: absolute;
	top: 53px;
	right: 70px;
	width: 27px;
	height: 110px;
	z-index: 10;
	background:url(../../_images/carousel-next-btn.png) no-repeat;
	}
		
.carousel_txt_right
	{
	position: absolute;
	top: 53px;
	left: 70px;
	width: 27px;
	height: 110px;
	z-index: 10;
	background:url(../../_images/carousel-prev-btn.png) no-repeat;
	}	
	
.imagetitle
	{
	float: left;
	padding-bottom: 20px;
	width: 637px;
	}
	
.imagetitle p
	{
	width: 637px;
	padding: 10px 0px 14px 0px;
	float: left;
	color: #95ac28;
	font-size: 16px;
	font-family: 'RockwellRegular';
	text-align: center;
	}
	
.imagetitle input
	{
	float: left;
	width: 67px;
	height: 24px;
	position: relative;
	left:298px;
	background: url(../../_images/purple-btn.png) no-repeat;
	border: none;
	color: #f2f2f2;
	font-size: 15px;
	font-family: 'RockwellRegular';
	padding: 0px 0px 3px 0px;
	cursor: pointer;
	}

.jcarousel-container 
	{
	position: relative;
	}

.jcarousel-clip 
	{
	z-index: 2;
	padding: 0;
	margin: 0;
	
	position: relative;
	}

.jcarousel-list 
	{
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	}

.jcarousel-list li, .jcarousel-item 
	{
	float: left;
	list-style: none;
	width: 501px;
	height: 330px;
	}
	
.jcarousel-next, .jcarousel-prev 
	{
	z-index: 3;
	display: none;
	}

.jcarousel-skin-tango .jcarousel-container-horizontal 
	{
	width: 501px;
	}

.jcarousel-skin-tango .jcarousel-clip-horizontal 
	{
	width: 501px;
	height: 330px;
	margin: auto;
	position: relative;
	}

.jcarousel-skin-tango .jcarousel-item 
	{
	width: 501px;
	height: 337px;
	}

.jcarousel-skin-tango .jcarousel-item-horizontal 
	{
	margin-right: 0px;
	}

.jcarousel-skin-tango .jcarousel-item-placeholder 
	{
	background: #fff;
	color: #000;
	}

.jcarousel-skin-tango .jcarousel-next-horizontal 
	{
	position: absolute;
	top: 150px;
	right: 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 10;
	/*background:url(../../_images/carousel-next-btn.png) no-repeat;*/
	}

.jcarousel-skin-tango .jcarousel-prev-horizontal 
	{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 10;
	/*background:url(../../_images/carousel-prev-btn.png) no-repeat;*/
	}

ul#mycarousel
	{
	overflow:hidden;
	height:330px;
	width:501px;
	}
	
.jcarousel-skin-tango
	{
	height:330px;
	
	position:relative;
	width:501px;
	}
/* @end */
