@charset "utf-8";

div#repeaterMain{
	position:relative;
	float:left;
    width:384px;
    height:412px; (20px)space for navigation buttons*/
    background-color:#ffffff;
    overflow-x: hidden;
    overflow-y: hidden;
}
div#repeatercontainer{
	position:relative;
    width:384px; /*=reaperteritem * 4 (for 4x4 display) */
    height:384px; /*=reaperteritem * 4*/
    background-color:#ffffff;
}
div.repeateritem{
    width:96px;  /*must match img size + image borger...any midif update container*/
    height:96px;
    float:left;
    background-color:#ffffff;
}
div.repeateritem input{  /*any modification in here update repeateritm width and size*/
    width:90px;
    height:90px;
    border:3px solid #ffffff;  /*used to center image in repeateritem works better accross UI then padding or margin*/
	/*background-image:url(../images/other/imgNA.jpg);*/
}
div.repeateritem a{  /*any modification in here update repeateritm width and size*/
    width:200px;
    height:200px;
    border:3px solid #ffffff;  /*used to center image in repeateritem works better accross UI then padding or margin*/
}
div#previousNext{
    width:62px;
    height:28px;
	margin:0px auto 0px auto;
    background-color:#ffffff;

}
.btnPrevious{
	background-image:url(../images/other/arrowsLeft.jpg);
	background-repeat:no-repeat;
	border:0px;
	margin-right:10px;
}
.btnNext{
	background-image:url(../images/other/arrowsRight.jpg);
	background-repeat:no-repeat;
	border:0px;
}
.btnPreviousDisable{
	background-image:url(../images/other/arrowsLeftDisable.jpg);
	background-repeat:no-repeat;
	border:0px;
	margin-right:10px;
}
.btnNextDisable{
	background-image:url(../images/other/arrowsRightDisable.jpg);
	background-repeat:no-repeat;
	border:0px;
}
/*===============================================*/
div#itemDisplayMain{
	position:relative;
    float:left;
    width:300px;
    height:412px;
    background-color:#FF0000;
	overflow:hidden;
}
div#itemImage{
	position:relative;
    width:300px;
    height:300px;
    background-color:#888888;
}
div#itemImage imgDetail{
    width:100%;
    height:100%;
    background-color:#ffffff;
}
div#itemDesc{
	position:relative;
    width:300px;
    height:112px;
    background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:10px;
}


