/* $Id: views_slideshow.css,v 1.1.2.1.2.4 2009/09/28 21:32:22 redndahead Exp $ */

.views_slideshow_singleframe_no_display,
.views_slideshow_singleframe_hidden,
.views_slideshow_singleframe_controls,
.views_slideshow_singleframe_image_count {
  display: none;
}
.views_slideshow_singleframe_main{
	position:relative;
	width:710px;
}
/**
 * Pager Settings
 */

.views_slideshow_singleframe_pager{
	text-align:center;
	padding-top: 10px;
	border-top:	solid 1px #ccc;
}
.views_slideshow_singleframe_pager div a img {
	height: 30px;
	border: 1px solid #ccc;
}
.views_slideshow_singleframe_pager div a:hover img{
  border: 1px solid #F00;
}


.views_slideshow_singleframe_pager div {
  display: inline;
  padding-left: 5px;
}

.views_slideshow_singleframe_pager.thumbnails a.activeSlide img {
  border: 1px solid #f00;
}

.views_slideshow_singleframe_pager.numbered a.activeSlide {
  text-decoration: underline;
}

/**
 * Gallery Styles
 */
.views_slideshow_singleframe_slide{
	position:relative;
}
.views-field-field-gallery-image-aft-fid{
	position:absolute;
	right:0px;
	top:0px;
	width:225px;
	height:255px;
	background-image:url('/sites/all/themes/mod_restoration/images/label-after.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	margin-top:5px;
}
.views-label-field-gallery-image-aft-fid, .views-label-field-gallery-image-bef-fid{
	display:block;
	text-align:center;
	padding-bottom:2px;
}
.views-field-field-gallery-image-aft-fid .field-content, .views-field-field-gallery-image-bef-fid .field-content{
	display:block;
	text-align:center;
}

.views-field-field-gallery-image-bef-fid{
	position:absolute;
	right:240px;
	top:0px;
	width:225px;
	height:255px;
	margin-top:5px;
	background-image:url('/sites/all/themes/mod_restoration/images/label-before.gif');
	background-position:bottom;
	background-repeat:no-repeat;
}
.views_slideshow_singleframe_slide .views-field-title{
	margin-right:500px;
	width:210px;
	padding-top:0px;
	font-weight:bold;
}
.views-field-field-gallery-designer-value{
	margin-right:500px;
	width:210px;
}

.views_slideshow_singleframe_slide .views-field-body{
	margin-right:500px;
	width:210px;
	padding-top:10px;
}
