@charset "UTF-8";
/* CSS Document */

body {
	font-family:arial;	
	font-size:12px;
}

#featureRotatorBox {
	width:660px;
	position:relative;
}

ul.slideshow {
	list-style:none;
	/*width:990px;*/
	/*overflow:hidden;*/
	position:relative;
	margin:0;	
	height: 610px;
	

	/*Ness New*/
	border-bottom: 90px solid #FFFFFF;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	/*z-index:500;*/	
}

ul.slideshow img {
	border:none;			
	height: 610px;	
}


#slideshow-caption {
	width: 660px;
	height:155px;	
	/*bottom:0;*/
	color:#fff;	
	z-index:500;
	/*border-top:solid 1px #FFF;
	background-color:rgba(0,0,0,0.6);
	position:absolute;
	left:0;*/

	/*Ness*/
	position: relative;
	top: 340px;
	margin: 0 auto;
	height: 285px;
	left: -180px;
	width: 630px;
	/*Ness*/
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:23px;

	/*Ness*/
	display: none;
	/*Ness*/
}

#slideshow-caption p {
	font-size:49px;
/*
	margin:0;
	padding-top:10px;
	text-align: center;
	text-transform: uppercase;
*/
}
.layoutHome #slideshow-caption p a:nth-child(2) {
	display: none;
}
#slideshow-caption p a {	
	background-color: #E37B2B;
    color: #FFFFFF;
    display: block;
    font-size: 24px;    
    height: 30px;
    margin: 0 auto;
    padding: 10px 20px 10px 15px;
    text-decoration: none;

    position: absolute;
    top: 285px;
    left: 600px;
    /*width: 190px;*/
    text-transform: uppercase;
    font-weight: bold;
}

/*#slideshow-caption p a:hover {
	background-position:top;
	text-decoration:underline;
}*/

#thumbnailBar {
	width: 400px;
	margin: 0 auto;
	text-align:center;
	position:relative;	
	/*top: 172px;*/
	z-index:501;
	background:none;
	right: 20px;	
	top: -55px;	
}

#thumbnailBox {
	width:auto;
	margin:auto;
}

#thumbnails {
	padding:0;
	margin:0;

	height: 0px;
}

#thumbnails li {
	list-style:none;
	display:inline-block;
	margin:0 4px;	
}

#thumbnails .leftArrow a,
#thumbnails .rightArrow a{
	width:16px;
	height:16px;
	display:block;
	/*margin:20px 0;*/
}

#thumbnails .leftArrow a{
	/*background:url(/media/wgi/images/leftArrow.png) bottom left no-repeat;*/
	/*background-image: url("/media/rir/2014_images/sprite.png");*/
    display: block;
    height: 76px;
    /*position: absolute;*/
    text-indent: -9999px;    
    width: 76px;
    /*background-position: 0 -108px;*/

    /*top: -255px;*/
    left: 0;

    /*Ness New*/
    background-color: #54595C;
    width: 30px;
    height: 30px;
}

#thumbnails .rightArrow a{
	/*background:url(/media/wgi/images/rightArrow.png) bottom left no-repeat;*/

	/*background-image: url("/media/rir/2014_images/sprite.png");*/
    display: block;
    height: 76px;
    /*position: absolute;*/
    text-indent: -9999px;
    width: 76px;
    /*background-position: -78px -108px;*/

    right: 0;
    /*top: -255px;*/

    /*Ness New*/
    background-color: #54595C;
    width: 30px;
    height: 30px;
}

/*#thumbnails .leftArrow a:hover,
#thumbnails .rightArrow a:hover {
	background-position:right;
}*/

/*#thumbnails li img,
#thumbnails li img:visited {
	border:1px solid #FFF;
	margin:1px;
}*/

/*#thumbnails li img:hover {
	border:2px solid #FFF;
	margin:0;
}*/

/*#thumbnails li.show img,
#thumbnails li.show img:hover {
	border:2px solid #FFF;
	margin:0;
	cursor:default;
}

#thumbnails li img.showd,
#thumbnails li img.showd:hover {
	border:1px solid #00DD11;
	margin:0;
}*/


/*NEW*/

#thumbnails li img{display:none;}

#thumbnails li a,
#thumbnails li a:visited {    
    display: block;

    /*Ness New*/
	height: 30px;
    width: 30px;
	background-color: #808080;
}
#thumbnails li a:hover, #thumbnails li.show a {
    background-color: #0EA2C8;
}	



/* fonts */

h3.fontface {
	font: 22px/22px 'HelveticaNeueMediumCondBold', Arial, sans-serif; 
	letter-spacing: 0;
}

@font-face {
    font-family: 'HelveticaNeueMediumCondBold';
    src: url('../../fonts/helveticaneue-heavycond-webfont.eot');
    src: url('../../fonts/helveticaneue-heavycond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/helveticaneue-heavycond-webfont.woff') format('woff'),
         url('../../fonts/helveticaneue-heavycond-webfont.ttf') format('truetype'),
         url('../../fonts/helveticaneue-heavycond-webfont.svg#HelveticaNeueMediumCondBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueCondensedBold';
    src: url('../../fonts/helveticaneue-boldcond-webfont.eot');
    src: url('../../fonts/helveticaneue-boldcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/helveticaneue-boldcond-webfont.woff') format('woff'),
         url('../../fonts/helveticaneue-boldcond-webfont.ttf') format('truetype'),
         url('../../fonts/helveticaneue-boldcond-webfont.svg#HelveticaNeueCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
