.iss
{
	width:730px;
	height:516px;
	background-color:#fff;
}
.iss .carouselImage
{
	width:78px;
	height:65px;
	/*margin:3px;*/
	cursor:pointer;
	border: 3px solid #fff;
	/* (width + margin-left + margin-right) x number_of_images = RadRotator2_Width*/
}
.iss .carouselImage:hover
{
	border-color:#ACACAC;
}
.iss .carouselImageSelected
{
	border-color:#767676;
}
.iss .leftArrow
{
	margin-right:3px;
	margin-left:5px;
	float:left;
}
.iss .rightArrow
{
	margin-left:3px;
	margin-right:5px;
	float:left;
}
.iss .mainImage
{
	max-width:730px;
	max-height:410px;
}

.iss .prevButton, .iss .nextButton
{
	top: 0;
	position:absolute;
	width: 50px;
	height:430px;
	z-index: 10;
	background-color: #e9e6df;
	cursor:pointer;
	font-size: 40px;
	color: rgba(0,0,0, 0.5);
	border: none;
	padding: 0;
	outline: none;
	font-family: 'Segoe UI', Tahoma, sans-serif;
	filter: alpha(opacity=0);
	opacity: 0;
}
.iss .prevButton:hover, .iss .nextButton:hover
{
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.iss .prevButton
{
	left:0px;
}
.iss .nextButton
{
	right:0px;
}
.mainContainer
{
	position:relative;
	height:430px;
	background-color:#FFF;
}

.mainImageDescription
{
		
	background:transparent;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#AF767676,endColorstr=#AF767676); 
  zoom: 1;

	
	position:absolute;
	right:20px;
	left:auto;
	bottom:20px;
	top:auto;
	z-index:20;
	/*filter: alpha(opacity=90);
	opacity: 0.9;*/
	background-color:rgba(118,118,118,0.9);
	padding:10px;
	max-width:300px;
}

.mainImageTitle
{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding-bottom:10px;
}

.mainImageText
{
	font-size:14px;
	color:#fff;
	text-align:left;
	white-space:normal;
	padding-bottom:10px;
}

.mainImageLink
{
	float:right;
	font-size:13px;
	font-weight:bold;
	color:#ed8531 !important;
}