/*  
Theme Name: HostingPress
Theme URI: http://topwpthemes.com/hostingpress/
Description: Designed by <a href="http://www.webhostingfan.com">Web Hosting Fan</a> and available FREE at <a href="http://www.zinruss.com/themes/">WordPress Themes Gallery</a>
Author: Web Hosting Fan
Author URI: http://www.webhostingfan.com
© 2009, Web Hosting Fan. All rights reserved. 
*/

/* 
   * Default HTML tags 
   */
ol#comments li p {
                   font-size: 100%;
                   }

ul { 
     margin: 0;
     padding: 0;
     }



#content {
           float: left;
           width: 470px;
           
           text-align: left;
           display: inline;
           }




.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 450px; /*width of featured content slider*/
height: 200px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width */
	height: 200px;


filter:progid: DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-image: url(images/vod.jpg);
}

.pagination{
width: 470px; /*Width of pagination DIV. Total width should equal slider's outer width */
text-align: right;
padding: 0px 5px;
}

.pagination a{
padding: 0px;
text-decoration: none; 
color: #00b3ee;

}

.pagination a:hover, .pagination a.selected{
color: #000;
}	

#slider4{
border: 1px solid #ffffff;
margin-left: 5px;

}

#paginate-slider4{
border-color: #181818;
margin-left: 25px;
}

#paginate-slider4 a img{
width: 80px;
height: 60px;
border: 3px solid #000000;
margin-top: 0px;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 3px solid #ffffff;
}
