/*Pc image module style start*/
input[name='thumb_click'] {
	display:none;
}
.pc_main_img {
	width:100%;
	height:400px;
	border:1px solid #f0f0f0;
    text-align: center;
	position: relative;
}
.pc_main_img div {
	display:none;
	text-align:center;
}
.pc_main_img div img {
	width:auto;
	height:auto;
	/*max-width:500px; Width of the Main image*/
	max-height:400px; /*Height of the Main image*/
	margin: auto;
	position: absolute;
	right: 0;
    top: 0;
	bottom: 0;
	left: 0;
}
.pc_thumb_img {
	width: 100%;
	text-align:center;
	margin-top:10px;
}
.pc_thumb_img label {
	display:inline-block;
	margin:1px;
	width:56px;
	height:60px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #f0f0f0;
	position: relative;
}
.pc_thumb_img label:hover {
	border:1px solid #8AF500;
}
.pc_thumb_img label img{
	display: block;
	width:55px;
	height:auto;
	margin:0 auto;
	text-align:center;
}
#thumb-id1:checked ~ .pc_main_img #pc_main_img1,
#thumb-id2:checked ~ .pc_main_img #pc_main_img2,
#thumb-id3:checked ~ .pc_main_img #pc_main_img3,
#thumb-id4:checked ~ .pc_main_img #pc_main_img4,
#thumb-id5:checked ~ .pc_main_img #pc_main_img5,
#thumb-id6:checked ~ .pc_main_img #pc_main_img6,
#thumb-id7:checked ~ .pc_main_img #pc_main_img7,
#thumb-id8:checked ~ .pc_main_img #pc_main_img8,
#thumb-id9:checked ~ .pc_main_img #pc_main_img9,
#thumb-id10:checked ~ .pc_main_img #pc_main_img10 {
	display:block;
}
#thumb-id1:checked ~ .pc_thumb_img .thumb-id1,
#thumb-id2:checked ~ .pc_thumb_img .thumb-id2,
#thumb-id3:checked ~ .pc_thumb_img .thumb-id3,
#thumb-id4:checked ~ .pc_thumb_img .thumb-id4,
#thumb-id5:checked ~ .pc_thumb_img .thumb-id5,
#thumb-id6:checked ~ .pc_thumb_img .thumb-id6,
#thumb-id7:checked ~ .pc_thumb_img .thumb-id7,
#thumb-id8:checked ~ .pc_thumb_img .thumb-id8,
#thumb-id9:checked ~ .pc_thumb_img .thumb-id9,
#thumb-id10:checked ~ .pc_thumb_img .thumb-id10{
	border:1px solid #8AF500;
}
/*thumb image unbroken hide */
.pc_thumb_img label[rel*="[["],
.pc_thumb_img label[rel="[{Picture main1}]"],
.pc_thumb_img label[rel="[{Picture main2}]"],
.pc_thumb_img label[rel="[{Picture main3}]"],
.pc_thumb_img label[rel="[{Picture main4}]"],
.pc_thumb_img label[rel="[{Picture main5}]"],
.pc_thumb_img label[rel="[{Picture main6}]"],
.pc_thumb_img label[rel="[{Picture main7}]"],
.pc_thumb_img label[rel="[{Picture main8}]"],
.pc_thumb_img label[rel="[{Picture main9}]"],
.pc_thumb_img label[rel="[{Picture main10}]"] {
	display: none !important;
}
div#content1 {
    text-align: left;
}
.pc_thumb_img span {
    color: #519b00;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 17px;
}
/*Pc image module style end*/
.prt_no{padding-bottom:30px !important;}
.contact{padding-top:30px !important;}