/** 
* @file theme_select.css
* CSS file for theme_select
*
* @author PortaMx - Portal Management Extension
* @author Copyright by PortaMx - http://portamx.com
* @Version: 0.951
* @Date: 06.11.2008
*/
.themsel
{
	width: 99%;
	overflow:hidden;
}

.themthumb
{
	width: 97%;
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
}

.themthumb img
{
	cursor: pointer;
}
