/* @group CAROUSEL */

.slideshow
	{
	width: 637px;
	float: left;
	margin-top: 10px;
/*	overflow: hidden;*/
	position: relative;
	}	
	
.carousel_gradient_left
	{
	width: 50px;
	height: 217px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	background: url(../../_images/carousel-bg-left.png) no-repeat;
	}
		
.carousel_gradient_right
	{
	width: 50px;
	height: 217px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	background: url(../../_images/carousel-bg-right.png) no-repeat;
	}	
	
.carousel_txt_left
	{
	position: absolute;
	top: -10px;
	right: 57px;
	width: 59px;
	height: 36px;
	z-index: 10;
	background:url(../../_images/next-button.png) no-repeat;
	}
		
.carousel_txt_right
	{
	position: absolute;
	top: -10px;
	left: 56px;
	width: 85px;
	height: 36px;
	z-index: 10;
	background:url(../../_images/previous-button.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;
/*        overflow: hidden;*/
	}

.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: 496px;
	height: 217px;
	}
	
.jcarousel-next, .jcarousel-prev 
	{
	z-index: 3;
	display: none;
	}

.jcarousel-skin-tango .jcarousel-container-horizontal 
	{
/*	width: 637px;*/
        width: 496px;
        margin: 0px 71px 0px 70px;
	}

.jcarousel-skin-tango .jcarousel-clip-horizontal 
	{
	width: 496px;
	height: 217px;
	margin: auto;
	position: relative;
        overflow: hidden;
	}

.jcarousel-skin-tango .jcarousel-item 
	{
	width: 496px;
	height: 217px;
	}

.jcarousel-skin-tango .jcarousel-item-horizontal 
	{
	margin-right: 22px;
	}

.jcarousel-skin-tango .jcarousel-item-placeholder 
	{
	background: #fff;
	color: #000;
	}

.jcarousel-skin-tango .jcarousel-next-horizontal 
	{
	position: absolute;
	top: 61px;
	right: -68px;
	width: 43px;
	height: 87px;
	cursor: pointer;
	z-index: 10;
	background:url(../../_images/next-arrow.png) no-repeat;
	}

.jcarousel-skin-tango .jcarousel-prev-horizontal 
	{
	position: absolute;
	top: 61px;
	left: -68px;
	width: 43px;
	height: 87px;
	cursor: pointer;
	z-index: 10;
	background:url(../../_images/previous-arrow.png) no-repeat;

	}


/* @end */
