.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 698px;
height:250px;/*width of featured content slider*/
z-index:0;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background:none;
width: 698px;
height:250px;
z-index:2px;
}

.offer1
{
    background: url('images/static/banner_freedelivery.jpg') no-repeat;
    width: 698px;
    height: 250px;
}
.offer2
{
    background: url('images/static/banner_eyes.jpg') no-repeat;
    width: 698px;
    height: 250px;
}
.clickLinkBottomRight
{
    background-color: #FFFFFF;
    border: 1px solid #F4F4F4;
    position: fixed;
    left: 100px;
    top: 200px;
    width: 100px;
    height: 48px;
}
.pagination{
	width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
	position:absolute;
	z-index:100;
	top:20px;
	left:560px;
}

.pagination a{
padding: 3px 8px;
text-decoration: none; 
color: #0055bd;
border:#003f8c solid 1px;
font-size:10px;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #0055bd;
border:#003f8c solid 1px;
}

/* banner content */
#banner
{
    width: 698px;
    height: 250px;
    float: left;
    margin-bottom: 10px;
}
.topbanner
	{
		float:left;
		width:698px;
	}
#banner img{float:left;}
div.block{
	width:698px;
	float:left;
	padding:36px 1px 0 1px;
}
div.block h2{ font-size:24px; font-weight:bold; color:#01519b; text-shadow:2px 2px #d9d9d9;}
div.block h3{font-size:36px; font-weight:bold; color:#000; text-transform:uppercase; text-shadow:2px 2px #dadada;}
div.block a.learnmore{width:174px; height:43px; float:left;display:block; background: url(images/read-more_bg.png) no-repeat; font-size:14px; font-weight:bold; color:#fff; text-transform:uppercase; line-height:33px; text-indent:25px; margin:25px 0 0 0px;}
