/* 
	js widget: odysen.app.views.images.SlideshowDialog 
	base css classes: odysen_app_views_shared_SlideshowDialog odysen_app_views_images_SlideshowDialog dijitDialog
*/

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbWrapper .thumbNav {
	background-repeat: no-repeat;	
	background-position: center;
	padding-top: 1px;
	width: 30px;
	height: 100%;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter {
	padding-bottom: 2px;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter.thumbHoriz {
	/* width: 500px; */
	/* height: 30px; */
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter.thumbVert {
	width: 100px;
	height: 400px;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter .enabled {
	background: transparent url("/javascripts/odysen4.0/dojox/image/resources/images/buttons.png") no-repeat center center;
}
.dj_ie6 .odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter .enabled { background-image: url("/javascripts/odysen4.0/dojox/image/resources/images/buttons.gif"); }

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter .thumbNav img {
	width: 48px;
	height: 68px;
}
.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter .thumbClickable div {
	cursor: pointer;
}
.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter .prevHoriz {
	/* background-position: -96px -4px; */
	background: no-repeat scroll center center transparent;
	position: relative;
	float: left;
	height: 100%;
}

/* adding point to enabled elements */
.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter .enabled {
	cursor: pointer;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter .prevHoriz.enabled {
	background: url("/images/icons/used/large_arrow_left_white.png") no-repeat scroll center center transparent;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter .nextHoriz {
	/* background-position: -144px -4px; */
	background: no-repeat scroll center center transparent;
	position: relative;
	float: right;
	height: 100%;
/*	margin-top: -85px;*/
}
.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter .nextHoriz.enabled {
	background: url("/images/icons/used/large_arrow_right_white.png") no-repeat scroll center center transparent;
}
.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter .prevVert {
	background-position: 0px 0px;
	height: 48px;
	width:48px;
	margin-left:24px;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbOuter .nextVert {
	background-position: -48px 0px;
	height: 48px;
	width:48px;
	margin-left:24px;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbWrapper a.imageGalleryThumbLink {
	cursor: pointer;
	display:inline-block;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbWrapper .imageGalleryThumbContainer-Selected a.imageGalleryThumbLink {
	background:#fff;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbWrapper a.imageGalleryThumbLink:hover {
	background:#fff;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbWrapper img {
	padding: 6px 4px;
	height: 60px;
	max-width: 80px;
	width: expression(this.width > 80 ? 80: true);/*IE Hack*/
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbWrapper .thumbNav .imageGalleryThumb {
	height: 50px;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbWrapper .thumbNotifier {
	background-color: red;
	width: 0px;
	margin-left: 2px;
	height: 5px;
	font-size: 1%;/*IE hack to get around the Empty-Div bug*/
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbWrapper .thumbLoaded {
	background-color: transparent;	
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbScroller {
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: center;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbHoriz .thumbScroller {
	width: 500px;
	height: 75px;
	float: left;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbVert .thumbScroller {
	height: 500px;
	width: 100px;	
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbWrapper {
	float: left;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbVert .thumbWrapper {
	width: 100px;
	height: 10px;
}
.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbHoriz .thumbWapper {
	height:30px;
	width: 10px;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbWrapper.thumbHoriz div {
	float: left;
	padding-right: 2px;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbWrapper.thumbVert {
	width: 100px;
}

.odysen_app_views_images_SlideshowDialog .ThumbnailPickerContainer .thumbWrapper.thumbVert div {
	padding-bottom: 2px;
}

