/******************************************************
  Skin CSS document 
  Marius Nel  
  - Quirk E-Marketing -
******************************************************/



/* Code to reset elements margin and padding to zero  */ 
* {	margin: 0; padding: 0; }
html { overflow: -moz-scrollbars-vertical; }


div#siteWrapper { position: relative; heightmin-height:100%; width:540px; margin: 0 auto; } /* Footer Clearing Code */


/* Gallery Styles */
div#gallery { background: #000; height:353px; }
#gallery img { position:absolute; top:0; left:0; display:none }
#gallery div { z-index: 10; }

#gallery #next, #gallery #prev { position:absolute; top:178px; cursor: pointer; width:54px; height:54px; display: block; }
#gallery #next { right:0; background: transparent top left no-repeat url(../../images/next.png); }
.teen #gallery #next { right:0; background: transparent top left no-repeat url(../../images/next.png); }
#gallery #prev { left:0; background: transparent top left no-repeat url(../../images/preview.png); }
.teen #gallery #prev { left:0; background: transparent top left no-repeat url(../../images/preview.png); }
#gallery div#caption { width:490px; height:30px; position:absolute; bottom:0; left: 0; padding:10px 24px; background: transparent top left repeat-x url(../../images/shade.png); }
.teen #gallery div#caption { width:540px; position:absolute; left: 0; background: #FE00AD; }
#gallery div#number { float:right; }
p#img-title, #number { font-size: 24px; color: #c9ad6a; }

