.hidden {
position:absolute;
left:0px;
top:-5000px;
width:1px;
height:1px;
overflow:hidden;
}

.next{
background:url("img/next.gif") no-repeat;
width:78px;
height: 25px;
float: left;
margin-left:20px;
position:absolute;
}

.prev{
background:url("img/prev.gif") no-repeat;
width: 78px;
height: 25px;
float: left;
}
	
.tc{
margin:0px 15px 5px 0;
}
/*size of frame*/
.sliderbox{
margin:0px 0px 0px 0px;
padding:7px 0px 0px 0px; /*position images*/
background: url(img/frame.gif) no-repeat;
width: 436px;
float: left;
height:320px;
margin:0px 15px 0 0;
}

/* box position left- picture height*/
.anyClass{
margin-left:20px; 
margin-top:5px;
height:214px; 
overflow: hidden; 
visibility: visible; 
position: relative; 
left: 0px; 
width: 400px;
z-index: 2; 
}
			
.libox {
overflow: hidden; 
float: left; 
width: 400px; 
height: 250px;
}

/*gap between images*/
.anyClass ul li{
background:url("img/sitebox.jpg") no-repeat;
float:left;
width:396px;
height:240px;
list-style: none;
margin:0 5px 0 0px;	

}

#slidewrapper{
width:436px;
position: relative;
}

#slidewrapper ul{
width:420px;
}

#slidewrapper ul li{
list-style:none;
float:left;
}

#slidewrapper ul li a.hostinglist:hover{
background:url(img/viewlist.gif) no-repeat 0 -25px;
}

/*left button position*/
#slidewrapper ul li a.prev{
background:url("img/prev.png") no-repeat;
width:16px;
height: 23px;
display:block;
cursor:pointer;
position:absolute;
left :2px;
top: 100px;
z-index:1000;
outline: none;
}

/*right button position*/
#slidewrapper ul li a.next{
background:url("img/next.png") no-repeat;
width:16px;
height: 23px;
display:block;
cursor:pointer;
position:absolute;
left :399px;
top: 100px;
z-index:1000;
outline: none;
}

#boxcontent{
width: 400px;
}

/*entire box position*/
.left{
width:436px;
float:left;
margin-left:20px;
margin-bottom: 20px; 
}

.right{
float:left;
}





