ul.enlarge{
list-style-type:none; /*remove the bullet point*/
margin-left:0;
}
ul.enlarge li{
display:inline-block; /*places the images in a line*/
position: relative;
z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
margin:10px 10px 0 20px;
}
ul.enlarge img{
background-color:#eae9d4;
padding: 6px;
-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 
}
ul.enlarge span{
position:absolute;
left: -9999px;
background-color:#eae9d4;
padding: 10px;
font-family: 'Droid Sans', sans-serif;
font-size:14px;
text-align: center; 
color: #495a62; 
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius:8px;
}
ul.enlarge li:hover{
z-index: 50;
cursor:pointer;
}
ul.enlarge span img{
padding:2px;
background:#ccc;
}
ul.enlarge li:hover span{ 
top: 100px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(2) span{
left: -100px; 
}
ul.enlarge li:hover:nth-child(3) span{
left: -200px; 
}
/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
ul.enlarge img, ul.enlarge span{
behavior: url(pie/PIE.htc); 
}
body{  
   text-align:center; /*For IE6 Shenanigans*/  
}  


/* Rollover button start */
a.btn  { background-image: url("../ArtistPages/PJBArtPrints/css/images/elements/icons/OchreButton1.jpg"); text-indent: -9999em; display: block; width: 294px; height: 87px; cusror: pointer }
a.btn:hover  { background-image: url("../ArtistPages/PJBArtPrints/css/images/elements/icons/OchreButton2.jpg") }
/* Rollover button end */

#wrapper{  
   width:960px;  
   margin:0 auto;  
   text-align:center;  
}  
  
#rotating-item-wrapper {
	position: relative;
	width: 300px;
	height: 200px;
}

#id_6 {
padding: 0;
margin: 0;
}

#id_3 {
margin-top: 115px;
}

.form-textbox {
width: 245px !important;
}

a:link   { color: navy; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }

a:visited  { color: navy; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }

a:active  { color: navy; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none  }

a:hover  { color: aqua; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }

.dropcap  { color: #ffffff; font-size: 800%; font-style: italic; margin-top: -10; margin-right: 15px; float: left }

.titles { color: #666666; font-size: 30px; line-height: 32px; font-family: Times New Roman, georgia, serif; font-style: italic, oblique; text-decoration: none }

.subtitle { color: #C5483F; font-size: 22px; line-height: 28px; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none }

.title { color: #666666; font-size: 18px; line-height: 20px; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none }

.medium { color: #666666; font-size: 12px; line-height: 14px; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none }

.price { color: #666666; font-size: 14px; line-height: 16px; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none }

.thin { color: #666666; font-size: 14px; line-height: 16px; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none }

h1 { color: #007CBA; font-size: 24px; line-height: 26px; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none }

h3 { color: #007CBA; font-size: 14px; line-height: 18px; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none }

h4 { color: #007CBA; font-size: 12px; line-height: 16px; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none }

li { color: #555; font-size: 11px; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none }

p { color: #555; font-size: 11px; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none }

td { color: #555; font-size: 11px; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none }

ul { color: #555; font-size: 11px; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none }

img
{
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
img:hover
{
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}