@charset "utf-8";
.clearFix{
	clear:both;
}
/*clear floating content*/
.bs2_tabLargeLeft{
	margin:0 0 10px 0;
}
.downloads{
	width:981px;
	margin:0 auto;
	clear:both;
}
	.wallCont{
		width:234px;
		height:auto;
		margin:0 10px 10px 0;
		/*padding:0 0 10px 0;*/
		float:left;
	}
		.thumbNail_1,.thumbNail_2,.thumbNail_3,.thumbNail_4,.thumbNail_5,.thumbNail_6,.thumbNail_7,
		.thumbNail_8,.thumbNail_9,.thumbNail_10,.thumbNail_11,.thumbNail_12,.thumbNail_13,
		.thumbExtra_1,.thumbExtra_2,.thumbExtra_3,.thumbExtra_4{
			width:234px;
			height:0;
			padding:234px 0 0 0;
			overflow:hidden;
		}
			
			/** Wallpapers **/
			.thumbNail_1{
				background:url(../images/downloads/icons/bsIcon_1.jpg) no-repeat;
			}
			.thumbNail_2{
				background:url(../images/downloads/icons/bsIcon_2.jpg) no-repeat;
			}
			.thumbNail_3{
				background:url(../images/downloads/icons/bsIcon_3.jpg) no-repeat;
			}
			.thumbNail_4{
				background:url(../images/downloads/icons/bsIcon_4.jpg) no-repeat;
			}
			.thumbNail_5{
				background:url(../images/downloads/icons/bsIcon_5.jpg) no-repeat;
			}
			.thumbNail_6{
				background:url(../images/downloads/icons/bsIcon_6.jpg) no-repeat;
			}
			.thumbNail_7{
				background:url(../images/downloads/icons/bsIcon_7.jpg) no-repeat;
			}
			.thumbNail_8{
				background:url(../images/downloads/icons/bsIcon_8.jpg) no-repeat;
			}
			.thumbNail_9{
				background:url(../images/downloads/icons/bsIcon_9.jpg) no-repeat;
			}
			.thumbNail_10{
				background:url(../images/downloads/icons/bsIcon_10.jpg) no-repeat;
			}
			.thumbNail_11{
				background:url(../images/downloads/icons/bsIcon_11.jpg) no-repeat;
			}
			.thumbNail_12{
				background:url(../images/downloads/icons/bsIcon_12.jpg) no-repeat;
			}
			.thumbNail_13{
				background:url(../images/downloads/icons/bsIcon_13.jpg) no-repeat;
			}
			
			/** Extras **/
			.thumbExtra_1{
				background:url(../images/downloads/icons/bsExtraIcon_1.jpg) no-repeat;
			}
			.thumbExtra_2{
				background:url(../images/downloads/icons/bsExtraIcon_2.jpg) no-repeat;
			}
			.thumbExtra_3{
				background:url(../images/downloads/icons/bsExtraIcon_3.jpg) no-repeat;
			}
			.thumbExtra_4{
				background:url(../images/downloads/icons/bsExtraIcon_4.jpg) no-repeat;
			}			
				.thumbLink,.exLink{
					text-align:center;
					zoom:1;
					filter:alpha(opacity=85);
					opacity:.85;
					background:#000;
				}
					.thumbLink{
						height:80px;
						padding:5px 0 0 0;
					}
					.exLink{
						width:234px;
						height:55px;
						padding:30px 0 0 0;
					}
					.thumbLink li a,.exLink {
						display:block;
						text-decoration:none;
					}
					.thumbLink li a:hover,.exLink:hover{
						color:#FF0000;
					}
					
					
