/******************************************
*   Main or page Flash Movie Style                      
******************************************/


/*Main Flash */

#flash-movie {
	background:#D2EAF9;
	height: 250px;
	width:880px;
	
	border-bottom: 1px solid #D9E8E1;
	border-left: 1px solid #D9E8E1;
	border-right: 1px solid #D9E8E1;
	border-top: 1px solid #D9E8E1;
	overflow: hidden;
/*	margin: 50px auto 10px;*/
	position: relative;
	margin-top: 15px;
	font-size: 1.6em;
}
	
/*
Version 1
#flash-movie, #flash-movie ul {
	list-style:none;

	}


#flash-movie li {
	float: left;
	list-style:none;
	
	display:inline;
	}

#flash-movie img {
	border: 0;
	
	width: 880px;
	height: 250px;
	}*/

#slider1 {
    width: 880px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 880px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}

/*@font-face {  
	font-family:'Anivers';  
	src: url('http://www.ewp.eu/images/Anivers.otf') format('opentype');  
}*/


.slider1Image span {
    position: absolute;
	font-family: Tahoma, "Trebuchet MS", Arial, "Helvetica CondensedLight", "helvetica neue", verdana, Tahoma, "Trebuchet MS", Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 83.125%;
	font-weight: normal;
    padding: 10px 13px;
    width: 854px;
    background-color: #000;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
	-khtml-opacity: 0.65;
    opacity: 0.65;
	color: #FFFFFF;
    display: none;
	text-transform:uppercase;
	line-height: 36px;
}
.clear {
	clear: both;
}

.slider1Image span strong {
    color: #05E1FA/*#05BDD1*/;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.slider1Image a:link span strong {
    color: #05E1FA/*#05BDD1*/;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.slider1Image a:hover span strong {
    color: #05E1FA/*#05BDD1*/;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:underline;
	/*border-bottom: #05E1FA 1px solid;*/
}

/*
Dont show up properly, when this is uncommented. 
.slider1Image span.rotatorbottom:after{
/*Workaround for Gecko
	content: "";
}
*/
.slider1Image span.rotatorbottom:hover:after{
/*The URI pointing to the location of the image*/
	content: "   \00BB";
}

.rotatortop {
	top: 0;
    left: 0;
	height: 42px;
	/*width: 110px !important;
	height: 250px;*/
}
.rotatorbottom {
	/*right: 0;*/
	bottom: 0;
	left: 0;
	height: 42px;
	/*width: 200px !important;
	height: 290px;*/
}
ul { list-style-type: none;}

.toppxspace { padding-top: 5px;}
.midpxspace { margin-top: -7px;}