.fullimage
{
float:left;
width:240px;
height:350px;
margin-left:70px;
margin-top:10px;
o verflow:hidden;
b ackground-color:red;
}
.fullimage:hover
{
float:left;
width:239px;
height:349px;
margin-left:69px;
margin-top:9px;
o verflow:hidden;
b ackground-color:blue;
border:1px solid #f89121;
border-radius:5px;
}
.imagesrc
{
    text-decoration: none;
    display: block;
    width: 200px;
    height: 200px;
	margin-left:20px;
	margin-top:20px;
    float: left;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	b ackground-color:yellow;
}
.imagesrc:hover
{
    opacity: 1;
    -webkit-transform: scale(1.13,1.13);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.13,1.13);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
	b ackground-color:pink;
}
.imagename
{
float:left;
width:225px;
height:auto;
b ackground-color:#999999;
margin-left:8px;
margin-top:45px;
color:#f89121;
font-size:14px;
text-align:center;
opacity: 1;
-webkit-transform: scale(1,1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1,1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
.imagename:hover
{
float:left;
width:225px;
height:auto;
text-wrap:break;
b ackground-color:#999999;
margin-left:8px;
margin-top:45px;
color:#f89121;
font-size:16px;
font-weight:bold;
text-align:center;
opacity: 1;
-webkit-transform: scale(1.1,1.1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1.1,1.1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
position: relative;
z-index: 99;
}


.fullimagebox
{
float:left;
width:200px;
height:220px;
margin-top:5px;
margin-left:5px;
margin-right:20px;
margin-bottom:20px;
o verflow:hidden;
b ackground-color:#003300;
}
.imagesrcbox
{
text-decoration: none;
display: block;
width: 200px;
height: 220px;
margin-left:20px;
margin-top:20px;
float: left;
b ackground-color:red;
}

/*PRODUCT 3RD PAGE*/
.fullimagenew
{
float:left;
width:240px;
height:400px;
margin-left:70px;
margin-top:10px;
overflow:hidden;
b ackground-color:red;
}
.fullimagenew:hover
{
float:left;
width:239px;
height:399px;
margin-left:69px;
margin-top:9px;
o verflow:hidden;
b ackground-color:blue;
border:1px solid #f89121;
border-radius:5px;
}

.imageproductview
{
float:left;
width:150px;
height:30px;
margin-top:15px;
margin-left:45px;
border-radius:10px;
border:2px solid #999999;
text-align:center;
color:#FFFFFF;
font-size:18px;
padding-top:5px;
background-color:#fc883b;
}
