/* Arrangement of content block for CAW format picture galleries */
#slideshow img 
{
 width: 200;
 height: 150;
}

#preview 
{
 float: left;
 width: 265px;
 height: 265px;
 overflow: auto;
 margin-top: 0.5em;
 margin-right: 0px;
 margin-bottom: 0.5em;
 margin-left: 0.5em;
 border-width: 1px;
 border-color: #D9D9D9;
 border-style: solid;
}

#vpreview
{
 float: left;
 width: 275px;
 height: 400px;
 overflow: auto;
 margin-top: 1em;
 margin-right: 0px;
 margin-bottom: 0.5em;
 margin-left: 10px;
 border-width: 1;
}

#vpreview320
{
 float: left;
 width: 420px;
 height: 400px;
 overflow: auto;
 margin-top: 1em;
 margin-right: 0px;
 margin-bottom: 0.5em;
 margin-left: 10px;
 border-width: 1;
}

#pgallery
{
 color: #333333;
 background-color: transparent;
 float: left;
 width: 330px;
 margin-top: 0em;
 margin-right: 0;
 margin-bottom: 1em;
 margin-left: 0;
}

#videodesc 
{
 color: #333333;
 background-color: transparent;
 float: left;
 width: 300px;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 2em;
 margin-left: 0;
}

#preview a 
{
 float: left;
 width: 110px;
 height: 84px;
 vertical-align: middle;
 text-align: center;
}

#preview a:hover
{
 opacity: 0.5;
 filter: alpha(opacity = 50);
}

#preview img 
{
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

#picarray 
{
 color: #333333;
 background-color: transparent;
 float: left;
 width: 640px;
 margin-left: 10px;
 padding: 0;
 border-width: 0;
}

#picarray h2 
{
 margin-bottom: 1em;
}

.piccell 
{
 float: left;
 width: 158px;
}

.piccell a 
{
 width: 151px;
 margin: 0;
 border-width: 0;
 zoom: 1;
}

.piccell a:hover 
{
 opacity: 0.5;
 filter: alpha(opacity = 50);
}

#vgallery 
{
 color: #333333;
 background-color: transparent;
 float: left;
 width: 600px;
 height: 470px;
 text-align: center;
 vertical-align: middle;
 margin: 0;
 padding-bottom: 0.5em
}

#vgallery a 
{
 line-height: 100%;
 font-size: 85%;
 font-weight: bold;
}

#vgallery p 
{
 line-height: 125%;
}

#vtext 
{
 margin-top: 1em;
 margin-bottom: 3em;
 text-align: left;
}

#viewer 
{
 float: right;
 width: 600px;
 height: 450px;
 margin: 0;
 border-width: 0;
}

#viewer img 
{
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

/* Arrangement of content block for FLV 640x480 videos */
#video
{
 color: #333333;
 transparent: #FEFEFE;
 float: right;
 width: 640px;
 height: 490px;
 text-align: center;
 vertical-align: middle;
 margin-top: 0;
}

#video320
{
 color: #333333;
 transparent: #FEFEFE;
 float: right;
 width: 480px;
 height: 400px;
 text-align: center;
 vertical-align: middle;
 margin-top: 0;
}

#vidview
{
 float: right;
 width: 640px;
 margin: 0;
 border-width: 0;
}

#vidview320
{
 float: right;
 width: 480px;
 margin: 3em 0 3em 0;
 border-width: 0;
}

