/*----------------------------------------------------
                 Centita - CSS File
------------------------------------------------------*/


/* Front Page Slider
------------------------------------------------------*/
#slider1 {
    width: 960px; /* important to be same as image width */
    height: 280px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
margin-top:20px;
}
#slider1 h2 {
	font-size:24px;
	color:#ffffff;
	margin-bottom:0px;
}
#slider1 h3 {
	font-size:16px;
	color:#ffffff;
	margin-bottom:8px;
}
#slider1Content {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font-size:12px;
    padding: 15px 20px;
    width: 960px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 24px;
}
.right {
	right: 0;
	bottom: 0;
	width: 272px !important;
	height: 255px;
}
ul { list-style-type: none;}
a.more {
	display: inline-block;
	margin-top:10px;
	padding: 5px 10px;
	color: #ffffff;
	background-color: #44c8f5;
}
/* PORTFOLIO SLIDER */
#slideshow {list-style:none; color:#222; }
#slideshow span {display:none}
#wrapper {width:960px; margin:0px auto; display:none;}
#wrapper * {margin:0; padding:0; }
#fullsize {position:relative; width:960px; height:300px; padding:2px;}
#information {position:absolute; bottom:0; width:960px; height:300px; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.8; filter:alpha(opacity=80)}
#information h3 {padding:4px 8px 3px; font-size:16px;color:#6dcff6;}
#information p {padding:0 8px 8px; color:#FFF;}
#image {width:960px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:960px; height:306px; cursor:pointer; z-index:150}
/*#imgprev {left:0; background:url(../images/left.gif) left center no-repeat}*/
/*#imgnext {right:0; background:url(../images/right.gif) right center no-repeat}*/
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px;}
#slideleft {float:left; width:20px; height:81px; background:url(../images/scroll-left.gif) center center no-repeat; }
#slideleft:hover {background-color:#CCC}
#slideright {float:right; width:20px; height:81px; background:url(../images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#CCC}
#slidearea {float:left; position:relative; width:910px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px;margin-bottom:30px;}
#slider img {cursor:pointer;padding:2px}
