/*--// PAGING CSS \\--*/
.paging {
	width:100%;
	float:left;
	clear:both;
	margin-top:5px;
	position:relative;}
.paging table {
	margin:0 auto;
	border-collapse:collapse;}
.paging .prev,
.paging .next {
	top:0;
	font-weight:bold;
	position:absolute;}
.paging .prev {
	left:0;
	float:left;}
.paging .next {
	right:0;
	float:right;}
.paging a {
	padding:0 2px;
	color:#000000;}
.paging a:hover {
	color:#0e3b46;}
.paging .numbers a {
	padding:0;
	color:#8b8b8b;}
.paging .numbers a.current {
	color:#0e3b46;
	font-weight:bold;
	text-decoration:underline;}
.paging .numbers a:hover {
	color:#000000;}
.paging .numbers div {
	width:20px;
	height:20px;
	position:relative;}
.paging .current a {
	color:#0e3b46;
	font-size:12px;
	font-weight:bold;
	background:url(../images/starpage.png) no-repeat;}
/*--\\ PAGING CSS //--*/

.item {
	float:left;
	width:218px;
	height:230px;
	margin:7px 4px 0 0;
	background:#FFF;
	border:1px solid #9b9b9b;}
.item.last {
	margin-right:0;}
.item .inner {
	padding:5px;}
.item .title {
	clear:both;
	height:28px;
	margin-bottom:2px;
	color:#0a85a5;
	font-weight:bold;}
.item .image {
	float:left;
	width:206px;
	height:154px;
	position:relative;
	border:1px solid #000;
	background:center center no-repeat;}
.item .button {
	width:100%;
	height:17px;
	float:left;
	left:0; bottom:0;
	margin-top:-18px;
	position:absolute;
	border-top:1px solid #000;
	background:url(../images/item-btn.png);
	color:#fff;
	line-height:16px;
	text-indent:5px;
	font-weight:bold;}
.item .play {
	width:50px;
	height:50px;
	display:block;
	float:right;
	right:10px; top:-16px;
	position:absolute;
	background:url(../images/item-play.png) no-repeat;}
.item .info {
	clear:both;
	color:#444;
	display:block;
	margin-top:2px;
	padding-top:5px;}
.item .info div {
	padding-top:2px;}
.item .info span {
	font-weight:bold;}
	
.item:hover,
.item:hover .button,
.item:hover .image {
	border-color:#000;}
.item:hover {
	background:#ccc;
	text-decoration:none;}
.item:hover .title {
	color:#0e3b46;}
.item:hover .button {
	color:#ffc200;
	background-image:url(../images/item-btn2.png);}
.item:hover .play {
	background-position:left -50px;}
.item:hover .info {
	color:#000;}