/* general gallery styling */
#gallery,#gallery1,#gallery2{
    position: relative;
    height: 185px;
    /*margin: 20px auto*/;
    width: 237px;
} 

#gallery3 {position: relative; width:586px; height:472px;}
#gallery4 {position: relative; width:358px; height:112px;}

#gallery_btm{position: relative;
    height: 185px;
    /*margin: 20px auto*/;
    }

#gallery a,#gallery1 a,#gallery2 a,#gallery_btm a,#gallery3 a,#gallery4 a{
    float: left;
    position: absolute;
}#gallery a img,#gallery1 a img,#gallery2 a img,#gallery_btm a img, #gallery3 a img,#gallery4 a img{
    border: none;
}#gallery a.show,#gallery1 a.show,#gallery2 a.show,#gallery_btm a.show, #gallery3 a.show,#gallery4 a.show{
    z-index: 2;
}

/* button styling */
#gallery span.button,#gallery1 span.button,#gallery2 span.button,#gallery_btm span.button,#gallery3 span.button,#gallery4 span.button{
    display: block;
    height: 25px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    top: 58%;
    margin-top: -15px;
    z-index: 3;
    /*background: #000;*/
    /*opacity: 0.2;*/
    line-height: 25px;
    text-decoration: none;
    /*-webkit-transition: opacity 0.2s linear;*/
}#gallery span.button.next,#gallery1 span.button.next,#gallery2 span.button.next,#gallery3 span.button.next,#gallery4 span.button.next,#gallery_btm span.button.next{
    left: 100%;
    margin-left: -19px;
}#gallery span.button.prev,#gallery1 span.button.prev,#gallery2 span.button.prev,#gallery3 span.button.prev,#gallery4 span.button.prev,#gallery_btm span.button.prev{
    left: 5px;;
}#gallery:hover > span.button,#gallery1:hover > span.button,#gallery2:hover > span.button,#gallery3:hover > span.button,#gallery4:hover > span.button,#gallery_btm:hover > span.button{
    display: block;
    opacity: 0.7;
}#gallery span.button::selection,#gallery1 span.button::selection,#gallery2 span.button::selection,#gallery3 span.button::selection,#gallery4 span.button::selection,#gallery_btm span.button::selection{
    background: #000;
    color: #fff;
}

.btnhide{visibility:hidden; display:none;}


/* styling for image description */
/*#gallery .cts_content{
    z-index: 3;
    background: #000;
    color: #fff;
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0;
    margin-bottom: +20px;
    left: 0;
}#gallery .cts_content .cts_caption{
    font-family: Arial;
    font-size: 14px;
    margin: 5px;
    height: auto;
}#gallery .cts_content .cts_caption h3{
    font-size: 16px;
    padding: 0;
    margin: 0;
    color:#1DCCEF;
}*/




/* Slider Styles Starts */

#intro {
    padding-bottom: 10px;
}
#slider-outer{
	height:470px;
	padding:120px 0 0 0;
	text-transform:uppercase
}
#slider {
    width: 980px;
    margin: 0 auto;
    position: relative;
}
.scroll {
	overflow: hidden;
	width: 980px;
    margin: 0 auto;
    position: relative;
}
.scrollContainer {
	position: relative;
}
.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 470px;
}
.inside {
	padding: 10px 0; text-align:center
}
.inside img {
	display: block;
	margin: 0 0 10px 0;
	width: 250px;/*width: 250px;*/
}
.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}
.inside p {
	font-size: 11px;
	color: #ccc;
}
.scrollButtons {
    position: absolute;
    top:200px;/* top: 150px; */
    cursor: pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.scrollButtons:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
}
.scrollButtons.left {
    left: 70px;
	z-index:99999;
	
}
.scrollButtons.left:hover {
    left: 70px;
	z-index:99999;
	
}
.scrollButtons.right {
    right: 70px;
	z-index:99999;
	
}
.scrollButtons.right:hover {
    right: 70px;
	z-index:99999;
	
}
.hide {
    display: none;
}

#slider p{position:relative; top:-2.8em; text-align:center; font-weight:bold; font-family:Arial, Helvetica, sans-serif}

/* Slider Styles Ends */

img {border:0px}


#slider a:link, #slider a:visited {color:#0CF; text-decoration:none; font-size:.6em; }
#slider a:hover, #slider a:active {color:#fff; text-decoration:none; font-size:.6em; cursor:pointer}


/* DEMO STYLES - delete these */
#info {width:800px; margin:0 auto; color:#666; margin-top:50px; text-align:center; font-size:12px; padding-bottom:25px}
#info a:link, #info a:visited {color:#ccc}
#info a:hover, #info a:active {color:#fff}

#demo-outer {width:980px; margin:0 auto; background:#202020; -webkit-box-shadow: 0px 0px 4px #000;
-moz-box-shadow: 0px 0px 15px #000; padding-bottom:25px}

