@charset "UTF-8";
/* CSS Document */

/*GALLERY PAGE CSS*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#gallerypage {
width: 1002px;
background: url(../images/gallery_wide.jpg) repeat-y;
margin-bottom: -5px;
}

.gallerycontainer {
width: 960px;
height: 360px; /* MAY NEED TO CHANGE WHEN ADDING MORE THUMBNAILS*/
margin: 0;
padding: 20px 20px 0 20px;
background: url(../images/gallery/ODTV_MHm_bg.jpg) no-repeat 560px 20px ; /* CHANGE Y position WHEN ADDING MORE THUMBNAILS*/
position: relative; 
}

.gallerycontainer .text { 
font-size: 1em;
margin-bottom: 10px; 
}

.gallerycontainer li, .gallerycontainer ul { 
list-style-type: none; 
margin: 0; 
padding: 0; 
}

.thumbnail img { 
margin: 0px 2px 5px 0; 
width: 99px; 
height: 73px;
border: 2px solid #0539A6; 
}

.thumbnail:hover { 
background-color: transparent; 
}

.thumbnail:hover img { 
border: 2px solid #999; 
}

.thumbnail span {/*CSS for enlarged image*/ 
position: absolute; 
left: -2000px; 
visibility: hidden;  
}

.thumbnail:hover span img {/*CSS for enlarged image*/ 
margin: 0px 0 5px 0; 
border: 2px solid #0539A6; 
height: 300px; 
width: 400px;
border: 2px solid #0539A6;
}

.thumbnail:hover span {/*CSS for enlarged image on hover*/ 
visibility: visible; 
top: 20px;/*position where enlarged image should offset from top */ 
left: 560px;/*position where enlarged image should offset horizontally CHANGE Y WHEN ADDING THUMBNAILS*/ 
z-index: 50; 
font-size: 1em; 
color: #000;
}

.centerlinks{
text-align: center;
padding: 0 0 20px 0;
}

#blankcontainer{
width: 960px;
margin: 0;
padding: 20px;
}

/*PRODUCTS PAGE GALLERY*/

.photocontainer {
width: 560px;
/*height: 400px;  MAY NEED TO CHANGE WHEN ADDING MORE THUMBNAILS*/
margin: 0;
padding-left: 70px;
background:  url(../images/products/OHD_FSP-FLIV_03.jpg) no-repeat 280px 0px ; /* CHANGE Y position WHEN ADDING MORE THUMBNAILS*/
position: relative; 
}

.photocontainer .text { 
font-size: 1em;
margin-bottom: 10px; 
}

.photocontainer li, .photocontainer ul { 
list-style-type: none; 
margin: 0; 
padding: 0; 
}

.thumb img { 
margin: 0px 2px 5px 0; 
width: 89px; 
height: 100px;
border: 2px solid #0539A6; 
}

.thumb:hover { 
background-color: transparent; 
}

.thumb:hover img { 
border: 2px solid #999; 
}

.thumb span {/*CSS for enlarged image*/ 
position: absolute; 
left: -2000px; 
visibility: hidden;  
}

.thumb:hover span img {/*CSS for enlarged image*/ 
margin: 0px 0 5px 0; 
border: 2px solid #0539A6; 
height: 369px; 
width: 330px;
border: 2px solid #0539A6;
}

.thumb:hover span {/*CSS for enlarged image on hover*/ 
visibility: visible; 
top: 0px;/*position where enlarged image should offset from top */ 
left: 280px;/*position where enlarged image should offset horizontally CHANGE Y WHEN ADDING THUMBNAILS*/ 
z-index: 50; 
font-size: 1em; 
color: #000;
}

.photocontainer2 {
width: 650px;
/*height: 400px;  MAY NEED TO CHANGE WHEN ADDING MORE THUMBNAILS*/
margin: 20px 0 0 40px ;
background:  url(../images/products/OHD_FSP-FLIV_03.jpg) no-repeat 280px 0px ; /* CHANGE Y position WHEN ADDING MORE THUMBNAILS*/
position: relative; 
}

.photocontainer2 .text { 
font-size: 1em;
margin-bottom: 10px; 
}

.photocontainer2 li, .photocontainer2 ul { 
list-style-type: none; 
margin: 0; 
padding: 0; 
}

.thumb img { 
margin: 0px 2px 5px 0; 
width: 89px; 
height: 100px;
border: 2px solid #0539A6; 
}

.thumb:hover { 
background-color: transparent; 
}

.thumb:hover img { 
border: 2px solid #999; 
}

.thumb span {/*CSS for enlarged image*/ 
position: absolute; 
left: -2000px; 
visibility: hidden;  
}

.thumb:hover span img {/*CSS for enlarged image*/ 
margin: 0px 0 5px 0; 
border: 2px solid #0539A6; 
height: 369px; 
width: 330px;
border: 2px solid #0539A6;
}

.thumb:hover span {/*CSS for enlarged image on hover*/ 
visibility: visible; 
top: 0px;/*position where enlarged image should offset from top */ 
left: 280px;/*position where enlarged image should offset horizontally CHANGE Y WHEN ADDING THUMBNAILS*/ 
z-index: 50; 
font-size: 1em; 
color: #000;
}


