body {
    background:url(/images/borderClapBoard.jpg); 
  background-repeat: repeat-y;
  background-position: right;
  }

#SliderHead1 {
	border-radius: 5px !important;
	border-style: solid !important;
	border-width: 1px !important;	
	background-color: #ffffff !important;	
	margin-top:5px;
	margin-left:5px;
	float:left;
}

#SliderHead2 {
	border-radius: 5px !important;
	border-style: solid !important;
	border-width: 1px !important;	
	background-color: #ffffff !important;	
}
#thumbimage {
    float: left;
    width: 23% !important;
    max-width: 440px;
    margin: 10px;
    border: thin solid #E0E0E0;
    background-color: white;
    border-radius: 10px;
}


.thumbcategory {
    float: left;
    position: absolute;
    left: 10px;
    top: 7px;
    z-index: 1000;
    height: 20px;
    width: 57% !important;
    background: #FFF none repeat scroll 0% 0% !important;
    font-size: 1.45em !important;
    padding: 0px;
    border: 1px solid #666 !important;
    color: #6E6E6E !important;
    font-weight: bold !important;
    text-align: center;
	border-radius:50px;
}

.imagecorners {
	border-radius: 10px 10px 0px 0px;
}


.thumbtext {
height: 15.5em;
}


@media only screen and (min-width: 901px) and (max-width: 1280px) {
	
#thumbimage {
    width: 29% !important;
}
}

@media only screen and (min-width: 801px) and (max-width: 900px) {
	
#thumbimage {
    width: 45% !important;
}
}



@media only screen and (min-width: 551px) and (max-width: 800px) {
	
#thumbimage {
    width: 45% !important;
}
}



@media only screen and (min-width: 461px) and (max-width: 550px) {
	
#thumbimage {
    width: 45% !important;
}
}



@media only screen and (min-width: 0px) and (max-width: 460px) {
	
#thumbimage {
    width: 95% !important;
}
.thumbcategory {
	display:none !important;
}
}
	
	
/* <!-- my laptop 1280 X 800 --> */
/* <!-- my laptop 1280 X 800 --> */
/* <!-- my cell landscape 534 x 320 --> */
/* <!-- my cell protrait 320 x  534 --> */


