#slider1 {
width: 960px; 
/* important to be same as image width */
height:428px; 
/* important to be same as image height */
position: relative; 
/* important */
overflow: hidden; 
/* important */
}
#slider1Content {
width: 960px; 
/* important to be same as image width or wider */
position: absolute;
top: 0;
margin-left: 0;
}
.slider1Image {
float: left;
position: relative;
display: none;
}
.slider1Image span {
font-size:11px;
position: absolute;
padding: 10px 13px;
color: #fff;
background-color: #000;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
height:428px;
width:320px!important;
line-height:27px;
}
.right {
right: 0;
bottom: 0;
float:right;
margin-right:66px;
}
.left {
left: 0;
bottom: 0;
float:left;
margin-left:66px;
}
#slider1 a{
color:#e81c2e;
font-size:12px;
z-index:100!important;
}
#slider1 a:hover{
text-decoration:underline;
}
.right p, .left p{
margin:0 10px 5px;
}
.right h1, .left h1{
font-size:24px;
/*color:#01d9fd;*/
color:#e81c2e;
margin:20px 10px 5px;
}
ul { list-style-type: none;}
.clear {
clear: both;
}

/* --
#nav {
padding:0;
position:absolute;
z-index:50!important;	
width:960px;
height:428px;
}
#nav a#prev2 {
overflow:hidden;
/* fix ie overflow issue */
position:relative;
width:65px; 
height:470px;
text-indent:-999em;
float:left;
outline:0;
}
#nav a#next2 {
overflow:hidden;
/* fix ie overflow issue */
position:relative;
width:65px; 
height:428px;
text-indent:-999em;
float:right;
right:0;
outline:0;
}
#nav a#prev2:hover {
background:url(../../chrome/arrows.png) left top no-repeat;
}

#nav a#next2:hover {
background:url(../../chrome/arrows.png) right top no-repeat; 
}--*/
