/**
 * @name: 		gallery.css
 * @author: 	Albert Harounian
 * @copyright: 	inManage LTD
 * @since:		August 20, 2007
 * @desc:		CSS file for gallery layout
 *
 */
 
.galleryCont{
	width: 520px;
	background: white;
	color: white;
	margin: 0px -10px 0px 0px;
	padding-bottom: 0px;
	display: inline;
	float: right;
}

.galleryCont .previewImg{
	width: 438px;
	height: 329px;
}

.galleryCont #previewText{
	height: 20px;
}

.galleryCont .galleryNav{
	width: 500px;
	display: inline;
	float: left;
}

.galleryCont .galleryNav .navNext{
	width: 20px;
	height: 90px;
	display: inline;
	float: right;
	cursor: pointer;
}

.galleryCont .galleryNav .navPrevious{
	width: 20px;
	height: 90px;
	display: inline;
	float: right;
	cursor: pointer;
}

.galleryCont .galleryNav .navThumbs{
	width: 438px;
	height: 90px;
	display: inline;
	float: right;
	padding-top: 5px;
	padding-bottom: 0px;
	direction: rtl;
	overflow: hidden;
}

.galleryCont .galleryNav .fadeStrip_cont{
	width: 20px;
	height: 77px;
	display: inline;
	float: right;
	position: absolute;
}

.galleryCont .galleryNav .fadeStrip{
	width: 2px;
	height: 77px;
	display: inline;
	float: right;
	background: white;
}

.galleryCont .galleryNav .fadeRight{
	left: 462px;
}

.galleryCont .galleryNav .fadeLeft{
	left: 40px;
}

.galleryCont .galleryNav .navThumbs #galleryThumbs{
	white-space: nowrap;
	position: relative;
	width: auto;
	margin-top: 5px;
	
}

.galleryCont .galleryNav .navThumbs #galleryThumbs .thumb{
	cursor: pointer;
}

.galleryCont .galleryNav .navThumbs #galleryThumbs .curThumb{
	border: 3px solid #d7032c;
}