#slider2 {
    width: 857px; /* important to be same as image width */
    height: 546px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	font:bold 14px Calibri; 
	z-index:1000;}

#slider2 ul, #slider2 li {
	list-style-type:none;
	margin:0;
	padding:0;}

#slider2Content {
    width: 857px;
    position: absolute;
	top: 0;
	margin: 0;
	padding:0;}
	
.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;}

.clear {
	clear: both;}
	
a.linkl {
    display:block;
    width:310px;
    height:219px;
    float:left;
    position: relative;
	overflow: visible;}
    
.topSL {
	top: 0;
	left: 0;
	padding-left:50px;
	height:30px;
	width:150px;}
	
.bottomSL {
	bottom: 0;
    left: 0;}
    
.left {
	top: 0;
    left: 0;
	color:#ffffff;}
	
.right {
	right: 0;
	bottom: 0;
	padding:10px 0 0 10px;
	width: 200px !important;
	height: 190px;
	text-align:right; 
	color:#ffffff;}
	
.br3 {
	border:1px solid #e1e1e6;}
