@charset "utf-8";
/* CSS Document */
/* General */
#container{
	background: #000;
	border:0px solid red;
	width:500px;
	margin-bottom:0px;
}
img{
	border:none;
	}
.navigation-controls {
	position: relative;
	padding: 0px;
	z-index: 1001;
	background-image:url(/Portals/_default/Skins/Farmer/images/image_control.png);
	background-repeat:no-repeat;
	width:500px;
	height:60px;
	background-color:#fff;
	border:0px solid blue;
}
.img_player_left
{
	border:0px solid yellow;
	width:450px;
	float:left;
	margin-left:5px;
	margin-top:3px;
	}
.img_player_right
{
	border:0px solid yellow;
	width:25px;
	float:right;
	margin-right:8px;
	margin-top:3px;
	}
.left_1
{
	width:25px;
	height:25px;
	border:0px solid white;
	float:left;
	}
.left_2
{
	width:379px;
	border:0px solid white;
	/*float:left;*/
	padding-left:5px;
	padding-top:5px;
	
	}
.left_2 span{
	font-size:14px;
	}
.left_3
{
	width:280px;
	border:0px solid white;
	float:left;
	padding-top:5px;
	text-align:center;
	}
.left_4
{
	width:25px;
	height:25px;
	border:0px solid white;
	float:right;
	margin-right:5px;
	}
.picture-slides-image-counter
{
	font-size:11px;
	color:#000000;
	}
.img_player_stop
{
	width:25px;
	height:25px;
	border:0px solid red;
	}
.img_player_play
{
	width:25px;
	height:25px;
	border:0px solid blue;
	}	
/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	
}

.picture-slides-dimmed-background .navigation-controls 
{
	color:#fff;
	font-size:11px;
	
}

.picture-slides-dimmed-background .picture-slides-image-text {
	color:#000000;
}

.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
	z-index: 1002;
	
}

.picture-slides-fade-container a {
	display: block;
	border:3px solid #000;
}

.picture-slides-fade-container a img 
{
	width:494px;
	height:380px;
	
}

.picture-slides-image-load-fail {
	display: none;
}

.picture-slides-image-text {
	position: relative;
	text-align: center;
	z-index: 1001;
	color:#fff;
	font-family:Arial;
	font-size:11px;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
}

.picture-slides-thumbnails {
	list-style: none;
	margin-top: 1em;
	overflow: hidden;
}

.picture-slides-thumbnails li {
	float: left;
	width: 100px;
	margin: 0 10px 5px 0;
}

.picture-slides-thumbnails li img {
	width: 100px;
}

.picture-slides-thumbnails a {
	outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 92px;
	padding: 2px;
	background: #ea9d80;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	background: #000;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;
}