.torr_cl
{

}
.torr_sl
{

}

.post_cl
{

}
.post_sl
{
      /*display: none;*/
}

.scr_cl
{

}
.scr_sl
{
      /*display: none;*/
}

.info_cl
{

}
.info_sl
{

}

.opt_cl
{

}
.opt_sl
{
      display: none;
}

.vote_cl
{

}
.vote_sl
{
      display: none;
}

#tooltip, #screenshot
{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}

#postslider ul, #postslider li
{
	margin:0;
	padding:0;
	list-style:none;
}
#postslider li
{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:280px;
	height:auto;
	overflow:hidden; 
}
#screenslider ul, #screenslider li
{
	margin:0;
	padding:0;
	list-style:none;
}
#screenslider li
{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:280px;
	height:auto;
	overflow:hidden; 
}
 