.slidecover{
background-image: url('slidecover.png') ;
width:256px;
height:260px;
position:relative;
top:-278px;
left:0px;
cursor:pointer;
}


.slidetitle{
text-align:center;
position:relative;
top:-270px;
color:white;
height:40px;
overflow:hidden;
}

#leftClick {
float:left;
cursor:pointer;
position:absolute;
margin-left:2px;
width:210px;
height:333px;
z-index:2;
display:none;
background: url('leftarrow.png') no-repeat center left;
}

#leftClick:hover {
background: url('leftarrow2.png') no-repeat center left;
}

#rightClick {
float:left;
cursor:pointer;
position:absolute;
margin-left:490px;
width:210px;
height:333px;
z-index:2;
background: url('rightarrow.png') no-repeat center right;
}

#rightClick:hover {
background: url('rightarrow2.png') no-repeat center right;
}

.rightfadeend {
clear:none;
position:relative;
top:0;
right:5px;
width:60px;
height:333px;
float:right;
background: url('rightfade.png') no-repeat;
z-index:1;
}

.leftfadeend {
clear:none;
position:relative;
top:0;
left:5px;
width:60px;
height:331px;
float:left;
background: url('leftfade.png') no-repeat;
z-index:1;
}

.slide {
color:#787878;
text-align:center;
margin-top:2px;
margin-right:8px;
margin-left:8px;
width:256px;
height:300px;
border: none;
float:left;
}

.previewImg {
margin-top:6px;
margin-bottom:16px;
width:256px;
height:256px;
border: none;
}

.veryouter{
margin: 0 auto;
width: 704px;
height:331px;
overflow: hidden;
}

.slideholder {
margin-left:196px;
height:331px;
overflow: hidden;
}

.fixedframe {
position: relative;
margin-left:-40px;
margin-right:-40px;
width:654px;
height:331px;
overflow: hidden;
background-color:#000000;
float:left;
}
