﻿img
{
	border:none;
}
.container
{
    width:500px;
    margin:auto;
}
.gallery-photo
{
	border:1px solid #FAD69A;
	height:326px;
	padding:10px;
	text-align:center;
	width:477px;
}
.gallery-photo img
{
	display:block;
	margin:0 auto;
}

.gallery-photo .hide
{
	visibility:hidden;
}
.gallery-caption
{
    text-align:center;
    height:60px;
    margin-top:5px;
}
.carousel-container
{
    top:0px;
}
.carousel
{
	position:relative;
	background-color:#FFF7E0;
	border:1px solid #FAD69A; 
	left:-25px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:35px;
	margin-right:35px;
	margin-bottom:20px;
	padding-bottom:5px;
	width:475px;
}
.carousel ul
{
	margin:0 0px;
}
.carousel li
{
	float:left;
	list-style:none;
}
.carousel a.thumb-media
{
	float:left;
	list-style:none;
	margin:0 5px 5px 0;
	outline:none;
	border:1px solid #FAD69A;
	cursor:pointer;
	float:left;
	padding:4px;
}
.carousel .selected a
{
	background-color:#E20926;
}
.carousel a.select-arrow-l,.carousel a.select-arrow-r
{
	position:absolute;
	top:-1px;
	background-repeat:no-repeat;
	height:102px;
	margin:0;
	overflow:hidden;
	width:35px;
	text-indent:-999em;
}
.carousel a.select-arrow-l:link,.carousel a.select-arrow-l:visited,.carousel a.select-arrow-l:hover,.carousel a.select-arrow-l:focus,.carousel a.select-arrow-l:active
{
	background-image:url('../images/buttons/btnGalleryPrevious.gif');
}
.carousel a.select-arrow-r:link,.carousel a.select-arrow-r:visited,.carousel a.select-arrow-r:hover,.carousel a.select-arrow-r:focus,.carousel a.select-arrow-r:active
{
	background-image:url('../images/buttons/btnGalleryNext.gif');
}
.carousel a.select-arrow-l
{
	background-position:0 0;
	left:-35px;
	right:auto;
	top:40px;
}
.carousel a.select-arrow-r
{
	background-position:0 0px;
	left:auto;
	right:-50px;
	top:40px;
}

* html .carousel a.select-arrow-r /* for IE */
{
	right:-50px;
}
.carousel a.select-arrow-l:hover,.carousel a.select-arrow-l:focus
{
	background-image:url('../images/buttons/btnGalleryPrevious_over.gif');
}

.carousel a.select-arrow-r:hover,.carousel a.select-arrow-r:focus
{
	background-image:url('../images/buttons/btnGalleryNext_over.gif');
}
.carousel a.select-arrow-l,.carousel a.select-arrow-r
{
	display:block;
}

.carousel,.carousel-container
{
	height:90px;
}
.carousel
{
}

.carousel-container
{
	position:relative;
	overflow:hidden;
}
.carousel ul
{
	position:absolute;
	margin-left:5px;
	margin-right:0;
	width:999em;
}

