
/********************* Gallery page slider ********************/
.rg-image-wrapper
{
	float: left;
	margin-left: 52px;
	min-height: 20px;
	padding: 20px 30px;
	position: relative;
}
.rg-image
{
	position: relative;
	text-align: center;
	line-height: 0px;
	float: left;
	border: 1px solid #323639;
}

.rg-gallery
{
	float: left;
}

.rg-thumbs
{
	float: left;
	margin-left: 25px;
}
.rg-image img
{
	height: 366px;
	width: 548px;
}
.rg-image-nav a
{
	position: absolute;
	top: 0px;
	left: -36px;
	background: url(../images/gallery_big_arrow_right.jpg) no-repeat;
	width: 28px;
	height: 44px;
	text-indent: -9000px;
	cursor: pointer;
	width: 40px;
	outline: none;
	margin-top: 150px;
}
.rg-image-nav a.rg-image-nav-next
{
	right: -36px;
	left: auto;
	background: url(../images/gallery_big_arrow_left.jpg) no-repeat;
	width: 40px;
}
.rg-image-nav a:hover
{
	opacity: 0.8;
}
.rg-caption
{
	text-align: center;
	margin-top: 15px;
	position: relative;
}
.rg-caption p
{
	font-size: 11px;
	letter-spacing: 2px;
	font-family: 'Trebuchet MS' , 'Myriad Pro' , Arial, sans-serif;
	line-height: 16px;
	padding: 0 15px;
	text-transform: uppercase;
}
.rg-view
{
	height: 30px;
	display: none;
}
.rg-view a
{
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	background: #464646 url(../images/views.png) no-repeat top left;
	border: 3px solid #464646;
	opacity: 0.8;
}
.rg-view a:hover
{
	opacity: 1.0;
}
.rg-view a.rg-view-full
{
	background-position: 0px 0px;
}
.rg-view a.rg-view-selected
{
	background-color: #6f6f6f;
	border-color: #6f6f6f;
}
.rg-view a.rg-view-thumbs
{
	background-position: 0px -16px;
}
.rg-loading
{
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000 url(../images/ajax-loader.gif) no-repeat center center;
	margin: -23px 0px 0px -23px;
	z-index: 100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.7;
}



/* Elastislide Style */
.es-carousel-wrapper
{
	float: left;
	margin-bottom: 10px;
	padding: 10px 27px;
	position: relative;
}
.es-carousel
{
	overflow: hidden;
	width: 603px;
	height: 128px;
}
.es-carousel ul
{
	display: none;
}
.es-carousel ul li
{
	float: left;
	display: block;
	width: 189px !important;
	height: 126px !important;
}
.es-carousel ul li a
{
	display: block;
	border: 1px solid #1e1e1e;
	height: 124px !important;
}
.es-carousel ul li.selected a
{
}
.es-carousel ul li a img
{
	display: block;
	border: none;
	width: 187px;
	height: 124px;
}
.es-nav span
{
	background: url(  "../images/gallery_small_arrow_right.jpg" ) no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 24px;
	left: 0;
	opacity: 0.8;
	position: absolute;
	text-indent: -9000px;
	top: 30%;
	width: 23px;
}
.es-nav span.es-nav-next
{
	right: 0px;
	left: auto;
	background: transparent url(../images/gallery_small_arrow_left.jpg) no-repeat;
}
.es-nav span:hover
{
	opacity: 1.0;
}



/*********************** Home page slider **********************/


#slideshow
{
	height: 379px;
	margin: 0 auto;
	position: relative;
	width: 710px;
}
#slideshow #slidesContainer
{
	float: left;
	height: 379px;
	overflow: auto;
	position: relative;
	width: 710px;
}
#slideshow #slidesContainer .slide
{
	float: left;
    height: 379px;
    width: 710px;
}

 
.control
{
	display: block;
	width: 39px;
	height: 263px;
	text-indent: -10000px;
	position: absolute;
	cursor: pointer;
}
#leftControl
{
	top: 0;
	left: 0;
	background: transparent url(../images/control_left.png) no-repeat 0 0;
	z-index:1;
	margin-top:318px;
	height:36px;
	margin-left:10px;
}
#rightControl
{
	top: 0;
	right: 0;
	background: transparent url(../images/control_right.jpg) no-repeat 0 0;
	margin-top:318px;
	height:36px;
	margin-right: 10px;
}


