#popup {
	font-family:Helvetica,Arial;
	background-color:#ffffff;
	font-size:12px;
	color:#4c5454;
	max-width:1000px;
}

/* Text Layout */

#popup a {
	outline:none;
	text-decoration:none;
	color: #ec7607;
}

#popup a:hover {
	color: #ec7607;
	text-decoration:underline;	
}

#popup a.pdf {
	padding-left:25px;
	display:block;
	line-height:20px;
	background-image:url(../images/player/pdf.jpg);
	background-repeat:no-repeat;
}

#popup h1 {
	font-size:18px;
	font-weight:normal;
	color: #ffffff;	
	padding:0px;
	margin:0 0 0 0;
	line-height:22px;
}

#popup h2 {
	font-size:18px;
	font-weight:normal;
	color: #515151;	
	padding:0px;
	margin:0 0 10px 0;
	line-height:22px;
}

#popup p {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:15px;
	padding-bottom:0px;
	line-height:16px;
}

#popup li {
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	padding-left:0px;
	padding-bottom:0px;
	margin-bottom:5px;	
}


#popup ul {
	margin-top:10px;
	padding-top:0px;
	margin-left:5px;
	padding-left:15px;
	padding-bottom:0px;
	margin-bottom:25px;	
}


/* Container Elements */



#popup #headline {
	display:block;
	padding:10px 10px 10px 10px;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	background-color:#ff6b00;
}

#popup .left{
	float:left;
	margin:10px 0px 10px 0px;	
	min-height:180px;	

}

#popup .right {
	float:left;
	margin:10px 0 10px 20px;
	overflow:auto;
	max-height:500px;
}

#popup .pic {
	position:relative;
	background-color:#000000;
}

#popup .vid {
	position:relative;
	float:left;
}

#popup video {
	width:100% !important;
	height:auto !important;	
	margin:0px;
	padding:0px;
}

#popup .text {
	float:left;
	color:#4c5454;
	line-height:16px;
	padding:0 0 20px 0;
}

#popup .text_footer {
	border-top:1px solid #999;
	padding-top:5px;
	color:#4c5454;
}


#popup .w300 {width:300px;}
#popup .w400 {width:400px;}
#popup .w500 {width:500px;}

#popup .h200 {height:200px;}
#popup .h266 {height:266px;}
#popup .h281 {height:281px;}
#popup .h300 {height:300px;}
#popup .h333 {height:333px;}
#popup .h400 {height:400px;}



#popup .slides {
	width:500px;
	height:400px;
	cursor: move; 	
}

#popup .slider_container{
	float:left;	
	position:relative;
	background-color: #000;
	overflow: hidden;
}

#popup .zoom_button {	
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-100px;
	margin-top:-100px;
	z-index:999;
	width:200px;
	height:200px;
	cursor:pointer;
	background-image:url(../images/player/empty.gif);

}

#popup .zoom_button:hover{
	background-image:url(../images/player/lupe.png);
	background-repeat:no-repeat;
	background-position:center;
}

#popup .play_button {	
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:100%;
	cursor:pointer;
	background-image:url(../images/player/empty.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#popup .play_button:hover{
	background-image:url(../images/player/playbutton.png);
}



/* JSSOR IMAGE SLIDER */



.jssorb {
	position: absolute;
	bottom: 16px; 
	right: 6px;
}
.jssorb div, .jssorb div:hover, .jssorb .av {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/player/slider.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb div { background-position: -7px -7px; }
.jssorb div:hover, .jssorb .av:hover { background-position: -37px -7px; }
.jssorb .av { background-position: -67px -7px; }
.jssorb .dn, .jssorb .dn:hover { background-position: -97px -7px; }

.jssoral, .jssorar {
	display: block;
	position: absolute;
	top:50%;
	width: 30px;
	height: 46px;
	margin-top:-23px;
	cursor: pointer;
	background: url(../images/player/arrows.png) no-repeat;
	overflow: hidden;
}
.jssoral { background-position: -16px -37px; left:0px; }
.jssorar { background-position: -75px -37px; right:0px;}
.jssoral:hover { background-position: -136px -37px; }
.jssorar:hover { background-position: -195px -37px; }
.jssoral.jssoraldn { background-position: -256px -37px; }
.jssorar.jssorardn { background-position: -315px -37px; }



/* VIDEO PLAYLIST */

.playlist {
	width:100%;	
}

.playlist .playlist_element {
	position:relative;
	float:left;
	width: 23%;
	margin:1%;
}

.playlist .playlist_element img{
	width: 100%; 
	height: auto;		
}


