@charset "utf-8";
/* CSS Document */

.thumbs{ padding-left:5px;}

.thumbs-a, .thumbs-b, .thumbs-g, .thumbs-p, .thumbs-ol, .thumbs-v, .thumbs-r 
{
	width:100%;	height:auto; background-color:#FFF;	font-size: 12px; text-align:center;
}

.thumbs-a img, .thumbs-b img, .thumbs-g img, .thumbs-p img, .thumbs-ol img, .thumbs-v img, .thumbs-r img
{
	background-color:#930;	width:96px;	height:96px; text-align:center;	border:none !important;
}
.thumbs-a b, .thumbs-b b, .thumbs-g b, .thumbs-p b, .thumbs-ol b, .thumbs-v b, .thumbs-r b
{
	width:96px;	display:block;	background-color:#fff;	text-align:center;	margin:0 auto;
}

.thumbs-a a, .thumbs-b a, .thumbs-g a, .thumbs-p a, .thumbs-ol a, .thumbs-v a, .thumbs-r a
{
	float:left;	border:1px solid #CCC;	background:#CCC url(images/t-white.gif) repeat; color: #930;
	width:100px; height:114px;	display:block;	margin:5px;	padding:6px 5px 5px 5px; text-align:center;	text-decoration:none; 
}

.thumbs-a a:hover{	background:#45B3B8 url(images/t-white.gif) repeat;	color: #45B3B8;}
.thumbs-b a:hover{	background:#0B80F4 url(images/t-white.gif) repeat;	color: #0B80F4;}
.thumbs-g a:hover{	background:#66B90B url(images/t-white.gif) repeat;	color: #66B90B;}
.thumbs-p a:hover{	background:#FF66CC url(images/t-white.gif) repeat;	color: #FF66CC;}
.thumbs-ol a:hover{	background:#B4AF03 url(images/t-white.gif) repeat; 	color: #B4AF03;}
.thumbs-v a:hover{	background:#AB36C9 url(images/t-white.gif) repeat;	color: #AB36C9;}
.thumbs-r a:hover{	background:#C84800 url(images/t-white.gif) repeat; 	color: #C84800;}

.paging{float:left; width: auto; text-align: center; padding: 7px 15px; margin: 10px 0;}
.paging	a.d_selected{color:#999; border: 1px solid #999;}
.paging a{padding: 0 5px; text-decoration: none; border: 1px solid black; color: black; background-color: white;}
.paging a:hover, .paging a.selected{color: #FFF; background: #930;}