/** Home page carousel */
.showCarousel {
	padding: 0px 0px;
	position: relative;
    width: 628px;
    height: 280px;
	float:left;
}
.showCarouselAdditionalInfoWrapper {
	position: absolute;
	bottom: 12px;
	left: 0px;
	z-index:99;
    text-align: left;
    max-width: 500px;
	float:left;
}
.showCarousel h2,
.showCarousel h3 {
	margin: 0px;
    padding: 0px;
	float: left;
	clear: both;
	overflow: hidden;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 480px;
}
.showCarousel h2 {
	color: #231f20;
	font-size: 1.5em;
	line-height: 1.3em;
}
.showCarousel h2 a {
	color: #fff;
}

.showCarousel h3 {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom:-3px;
}
.showCarousel h3 a {
	color: #fff;
	
}

.showCarousel h2 a,
.showCarousel h3 a {
    display: block;
    width: 480px;
    padding: 3;
}
.showCarousel h2 a:hover,
.showCarousel h2 a:focus,
.showCarousel h2 a:active,
.showCarousel h3 a:hover,
.showCarousel h3 a:focus,
.showCarousel h3 a:active {
    text-decoration: none;
}

.showCarousel h3 span {
    background-color: #111;
	padding: 0px;
}
.showCarousel h2 span {
    background-color: #111;
	padding: 0px;
}

.showCarouselImageContainer img{
	width: 500px;
	height: 280px;
	padding-left:15px;
	float: left;
	overflow: hidden;
    position: relative;
    z-index: 10;
}
.showCarousel .separator {
	height: 1px;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
}

.showCarouselHotspotContainer {
    width: 98px;
    position: relative;
    z-index: 20;
	float:left;
}

.showCarouselHotspot {
	width: 93px;
	height: 52px;
	padding-left:5px;
	padding-top:1px;
	padding-bottom:1px;
}
.showCarouselHotspot a{
	color:#231f20;
}

body.preview .showCarouselHotspot {
	
	position: relative;
	height: 52px;
	width: 93px;
}
.showCarouselLHSOutter {
	border: 1px solid #333;
}
.showCarouselLHSMiddle{
	width: 128px;
}

.showCarouselInner{
	margin-right: 7px;
	margin-left: 7px;
    text-align: right;
}
.showCarouselFont{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.7em;
}
.selected {
	background-color: #231f20;
	/*background: transparent url(../karuseli/shigjet.png) no-repeat 120px top;*/
	
}
.selected a {color:#FFF;}
body.preview .showCarouselLHS {
	width: 124px;
	height: 75px;
}
