/** 
* @file theme_select.css
* CSS file for theme_select
*
* @author PortaMx - Portal Management Extension
* @author Copyright 2008-2009 by PortaMx - http://portamx.com
* @Version: 0.961
* @Date: 09.08.2009
*/
.themsel
{
	width: 99%;
	overflow:hidden;
}
.themthumb
{
	width: 97%;
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
}
.themthumb img
{
	cursor: pointer;
}
