@charset "UTF-8";
/* CSS Document */

body
{
padding:0px;
margin:0px;
font-family:"Helvetica Neue";
letter-spacing:2px;
font-weight:500;
font-size:18px;
}
a
{
text-decoration:none;
padding:0px
}
img
{
text-decoration:none;
border:none
}

/*--------HEADER ---------*/

.header
{
height:60px;
width:100%;
position:absolute;
top:0;
padding:5px 0px 0px 0px;
background-image:url(images/Header_BG.png);
background-repeat:repeat-x;
opacity:0.9;filter:alpha(opacity=90);-webkit-opacity:.9;
z-index:94;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.logo
{
background: url(images/Logo_BG.png) no-repeat;
float:left;
padding:5px 0px 0px 15px;
vertical-align:top;
height:79px;
width:486px;
text-decoration:none;
}

.img_logo
{text-decoration:none;
border:none;
padding-top:5px;
}

.nav
{
padding-right:0px;
}

.nav_gal
{
background-image:url(images/gallery_NavBG.png);
background-repeat:no-repeat;
height:49px;
width:104px;
color:#333333;
float:right;
vertical-align:top;
text-align:center;
padding-top:15px;
padding-right:0px;
margin-top:3px;
}

.about_link
{
background-image:url(images/About_NavBG.png);
background-repeat:no-repeat;
height:49px;
width:104px;
color:#333333;
float:right;
vertical-align:top;
text-align:center;
padding-top:15px;
padding-right:0px;
margin-top:3px;
}

.about_link:hover
{
background-image:url(images/About_NavBG_over.png)
}

.services_link:hover
{
background-image:url(images/Services_NavBG_over.png)
}

.nav_gal:hover
{
background-image:url(images/Gallery_NavBG_over.png)

}

.services_link
{
background-image:url(images/services_NavBG.png);
background-repeat:no-repeat;
height:49px;
width:104px;
color:#333333;
float:right;
vertical-align:top;
text-align:center;
padding-top:15px;
padding-right:10px;
margin-top:3px;
}

/*-------NAVIGATION BUBBLE-------*/

.nav_bubble
{
float:right;
padding:0px 5px 0px 0px;
position:absolute;
top:65px;
right:10px;
height:110px;
width:410px;
}

#contact_bubble
{
background-color:#000000;
float:right;
height:100px;
width:400px;
opacity:0.9;filter:alpha(opacity=90);-webkit-opacity:.9;
z-index:94;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
display:none;
}

#contact_bubble.active
{
background-color:#000000;
float:right;
height:100px;
width:400px;
opacity:0.9;filter:alpha(opacity=90);-webkit-opacity:.9;
z-index:94;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
background:url(images/Services_Nav_Bubble.png) no-repeat;
}


.contact_bubble_container
{
color:#FFFFFF;
font-size:16px;
padding:20px 20px 20px 120px;
}

.contact_bubble_container img
{
color:#FFFFFF;
font-size:16px;
padding:10px 10px 10px 5px;
float:left; }

.contact_bubble_container p
{
float:left;
position:relative;
top:-10px;
left:0px;
color:#FFFFFF;
font-size:16px;
padding:0px;
height:65px;
width:250px;
}

#services_bubble
{
background-color:#000000;
float:right;
height:100px;
width:400px;
opacity:0.9;filter:alpha(opacity=90);-webkit-opacity:.9;
background:url(images/Contact_Nav_Bubble.png) no-repeat;
display:none;
}

#services_bubble.active
{
background-color:#000000;
float:right;
height:100px;
width:400px;
opacity:0.9;filter:alpha(opacity=90);-webkit-opacity:.9;
background:url(images/Contact_Nav_Bubble.png) no-repeat;
}


.services_bubble_container
{
color:#FFFFFF;
font-size:16px;
padding:20px 20px 20px 120px;
}

.services_bubble_container img
{
color:#FFFFFF;
font-size:16px;
padding:10px 10px 10px 5px;
float:left; }

.services_bubble_container p
{
float:left;
position:relative;
top:-10px;
left:0px;
color:#FFFFFF;
font-size:16px;
padding:0px;
height:65px;
width:250px;
}

#gallery_bubble
{
background-color:#000000;
float:right;
height:100px;
width:400px;
opacity:0.9;filter:alpha(opacity=90);-webkit-opacity:.9;
background:url(images/Gallery_Nav_Bubble.png) no-repeat;
display:none;
}

#gallery_bubble.active
{
background-color:#000000;
float:right;
height:100px;
width:400px;
opacity:0.9;filter:alpha(opacity=90);-webkit-opacity:.9;
background:url(images/Servicest_Nav_Bubble.png) no-repeat;
}


.gallery_bubble_container
{
color:#FFFFFF;
font-size:16px;
padding:20px 20px 20px 120px;
}

.gallery_bubble_container img
{
color:#FFFFFF;
font-size:16px;
padding:10px 10px 10px 5px;
float:left; }

.gallery_bubble_container p
{
float:left;
position:relative;
top:-10px;
left:0px;
color:#FFFFFF;
font-size:16px;
padding:0px;
height:65px;
width:250px;
}

.loader.hidden
{
display:none
}

/*-----------Welcome Callout-----------*/

.welcome_container
{
background-image:url(images/Welcome_BG.png);
background-repeat:repeat-x;
height:350px;
width:100%;
position:absolute;
bottom:100px;
padding:20px 0px 20px 0px;
opacity:0.9;filter:alpha(opacity=90);-webkit-opacity:.9;
z-index:94;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.welcome_message
{
position:absolute;
left:105px;
width:500px;
bottom: 150px;
opacity:1.0;filter:alpha(opacity=100);-webkit-opacity:1.0;
}

.welcome_message p
{
padding-left:10px;
color:#FFFFFF;
font-family:"Helvetica Neue";
letter-spacing:2px;
font-weight:100;
font-size:16px;
padding-bottom:10px;
}

.contact_message
{
position:absolute;
left:105px;
width:500px;
opacity:1.0;filter:alpha(opacity=100);-webkit-opacity:1.0;
padding:10px;
}

.contact_container
{
background-image:url(images/Contact_BG.png);
background-repeat:repeat-x;
height:500px;
width:100%;
position:absolute;
bottom:50px;
padding:20px 0px 20px 0px;
opacity:0.9;filter:alpha(opacity=90);-webkit-opacity:.9;
z-index:94;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}


.contact_message p
{
padding-left:10px;
color:#FFFFFF;
font-family:"Helvetica Neue";
letter-spacing:2px;
font-weight:100;
font-size:16px;
padding-bottom:10px;
}

 h1
{
padding-left:10px;
color:#FFFFFF;
font-style:normal;
letter-spacing:2px;
font-weight:100;
font-size:20px;
padding-bottom:10px;
}

.contact_button
{
background-image:url(images/Contact_Button_Up.png);
height:80px;
width:340px;
background-repeat:no-repeat;
position:absolute;
bottom:170px;
left:100px;
z-index:100;
}

.contact_button:hover
{
background-image:url(images/Contact_Button_Over.png);
height:80px;
width:340px;
background-repeat:no-repeat;

}

.contact_button:active
{
background-image:url(images/Contact_Button_Down.png);
height:80px;
width:340px;
background-repeat:no-repeat;

}

.or
{
background-image:url(images/or_image.png);
height:19px;
width:33px;
background-repeat:no-repeat;
position:absolute;
bottom:210px;
left:360px;
z-index:100;
}

.gallery_button
{
background-image:url(images/Gallery_Button_Up.png);
height:80px;
width:340px;
background-repeat:no-repeat;
position:absolute;
bottom:170px;
left:400px;
z-index:100;
}

.gallery_button:hover
{
background-image:url(images/Gallery_Button_Over.png);
height:80px;
width:340px;
background-repeat:no-repeat;

}

.gallery_button:active
{
background-image:url(images/Gallery_Button_Down.png);
height:80px;
width:340px;
background-repeat:no-repeat;

}

#panel
{
display:none;
}

/*-------FOOTER--------*/

.footer
{
background-image:url(images/footer_BG.png);
background-repeat:repeat-x;
height:32px;
width:100%;
position:absolute;
vertical-align:baseline;
bottom:0%;
opacity:0.9;filter:alpha(opacity=90);-webkit-opacity:.9;
z-index:94;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
z-index:94;
}

.social_footer
{
float:left;
color:#FFFFFF;
font-size:10px;
padding:5px 0px 0px 20px;
position:absolute;
bottom:8px;
z-index:100;
}

.social_icons
{
position:absolute;
bottom:-2px;
left:145px;
width:100px;
height:px;
z-index:100;

}

.info
{
float: right;
font-size:10px;
padding:5px 20px 0px 0px;
z-index:100;

}

#info
{
float: right;
font-size:10px;
padding:0px 0px 0px 0px;
background-image:url(images/info_icon.png);
background-repeat:no-repeat;
height:20px;
width:20px;
z-index:100;

}

#info.active
{
float: right;
font-size:10px;
padding:0px 0px 0px 0px;
background-image:url(images/info_icon_over.png);
height:20px;
width:20px
z-index:100;

}

#info_bubble
{
background-image:url(images/footer_info_bubble.png);
background-repeat:no-repeat;
width:250px;
height:80px;
position:absolute;
right:0px;
bottom:30px;
opacity:0.8;filter:alpha(opacity=80);-webkit-opacity:.8;
display:none;
z-index:100;

}

#facebook
{
background-image:url(images/facebook_BW.png);
background-repeat:no-repeat;
float:left;
height:16px;
width:16px;
z-index:100;

}

#facebook.active
{
background-image:url(images/facebook.png);
z-index:100;

}

#twitter
{
background-image:url(images/twitter_BW.png);
background-repeat:no-repeat;
float:left;
height:16px;
width:16px;
z-index:100;

}

#twitter.active
{
background-image:url(images/twitter.png);
z-index:100;

}

#flickr
{
background-image:url(images/flickr_BW.png);
background-repeat:no-repeat;
float:left;
height:16px;
width:16px;
z-index:100;

}

#flickr.active
{
background-image:url(images/flickr.png);
z-index:100;


}

/*---------GALLERY------------*/
.gallery_container  
{ 
padding:0; 
margin:0; 
height:85%; 
width:99%; 
position:relative; 
top: 0px;  
}

.polaroid 
{ width:394px; 
height:283px; 
background-image:url(images/polaroid-bg2.png); 
position:absolute;
z-index:-999;
overflow:hidden;
}

.polaroid img 
{ 
width:338px; 
height:225px; 
z-index:-999;
}

.polaroidp  
{ 
text-align:center; 
font-size:14px; 
font-weight:200; 
color:#FFFFFF; 
margin-bottom:0px; 
z-index:1; 
padding:10px 0px 10px 0px; 
background-color:#000000;
opacity:0.8;filter:alpha(opacity=80);
-webkit-opacity:.8; 
width:452px; 
position:absolute; 
top:285px; 
left:33px; 
}
  
.polaroid_container
{
background-color:#0099CC;
width:452px; height:301px; margin:34px 0 0 33px;
overflow:hidden; 
}
 
.polaroid.loading 
{ 
background: #fff  url(images/ajax-loader.gif) no-repeat 50% 50%;
 z-index:95; 
 }
   
.cat
{
background-image:url(images/gallery_info_off.png); 
height:26px; 
width:26px; 
position:absolute; 
right:5px; 
top: 16px;
background-repeat:no-repeat;
z-index:2;
}

.cat.dog
{
background-image:url(images/gallery_info_on.png); 
height:26px; 
width:26px; 
position:absolute; 
right:5px; 
top: 16px; 
background-repeat:no-repeat; 
z-index:2;
}
 
.boxcaption
{ 
float: left; 
position: relative;
top:-40px;			 
background: #000; 
height: 100px; 
width: 338px; 
display:block;
opacity:0.9;filter:alpha(opacity=90);-webkit-opacity:.9;
z-index:94;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

h3
{ 
margin: 10px 5px 0 10px; 
color:#FFF; 
font:14pt; 
letter-spacing:-1px; 
font-weight: 200;  
}

h5
{
margin: 5px 10px 0px 11px; 
color:#FFF; 
font:10pt; 
letter-spacing:-1px; 
font-weight:200 
}

.boxcaption p
{ 
margin:0px 12px 0px 11px; 
color:#FFF; 
font-size:8px; 
ont-weight:100
}
			
.boxcaption active{ 
				position: absolute;
				top:340px;			 
				background: #000; 
				height: 100px; 
				width: 452px; 
				display:block;
			opacity:0.9;filter:alpha(opacity=90);-webkit-opacity:.9;
z-index:94;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
 			}
.boxgrid{ 
				width:338px; height:225px; 
                 margin:28px 0 0 28px;
 				float:left; 
				overflow: hidden; 
				position: relative; 
			}
			
.share_gallery
{
width:16px;
height:16px;
}	

.loadmore_pre
{
height:67px;
width:63px;
position:absolute;
right:0px;
top:50%;
opacity:0.7;filter:alpha(opacity=70);-webkit-opacity:.7;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.loadmore_next
{
height:67px;
width:63px;
position:absolute;
left:0px;
top:50%;
opacity:0.7;filter:alpha(opacity=70);-webkit-opacity:.7;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.loadmore_bubble
{
background-image:url(images/load_more_bubble.png);
background-repeat:no-repeat;
position:absolute;
right:70px;
top:50%;
height:69px;
width:141px;
display:none;
}

.loadlast_bubble
{
background-image:url(images/load_last_bubble.png);
background-repeat:no-repeat;
position:absolute;
left:70px;
top:50%;
height:69px;
width:141px;
display:none;
}

.zoomcover
{
background-color:#000000;
opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
height:100%;
width:100%;
z-index:90;
position:absolute;
top:0px;
left:0px;
display:none
}

.galleryzoom
{
background-image:url(images/polaroid_zoom.png);
background-repeat:no-repeat;
width:900px;
height:643px;
position:absolute;
top:60px;
left:18%;
z-index:95;
display:none;
}

.imgzoom
{
height:550px;
width:826px;
margin:43px 0px 0px 0px;
display:none;
}

.close
{
background-image:url(images/zoom_close.png);
background-repeat:no-repeat;
height:48px;
width:43px;
z-index:96;
position:absolute;
top:30px;
left:17%;
opacity:0.7;filter:alpha(opacity=70);-webkit-opacity:.7;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.close:hover
{
background-image:url(images/zoom_close_over.png)
}

/*---------LIGHT BOX ------*/
#overlay 
{background-color:#000000;
opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
height:100%;
width:100%;
z-index:95;
position:absolute;
top:0px;
left:0px;
display:none
}
#lightbox{
position:absolute;
border:#E6E6E6;
border-width:10px;
border-style:solid;
-webkit-border-radius:5px;
-moz-border-radius:5px;
box-shadow: 1px 1px 5px #888;
top:80px;
left:18%;
z-index:95;
display:none;
}
#lightbox.loading { background: #fff  url(images/ajax-loader.gif) no-repeat 50% 50%; z-index:95; }
		
	#lightbox a.close { background-image:url(images/zoom_close.png);
background-repeat:no-repeat;
height:48px;
width:43px;
z-index:96;
position:absolute;
top:0;
left:0;
opacity:80;
}
	
	#lightbox a.prev { position: absolute; top: 50%; left: 10px;  margin-top: -0.5em;background-image:url(images/zoom_pre.png); background-repeat:no-repeat;
height:67px;
width:63px; 
opacity:0.8;filter:alpha(opacity=80);-webkit-opacity:.8;
z-index:94;
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}
	
	 #lightbox a.next { position: absolute; top: 50%; right: 10px;  margin-top: -0.5em;background-image:url(images/zoom_Next.png); background-repeat:no-repeat;
height:67px;
width:63px;
opacity:0.8;filter:alpha(opacity=80);-webkit-opacity:.8;
z-index:94;
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
	
	#lightbox a.next { left: auto; right: 0;  }
	
	#lightbox a:hover.prev {background-image:url(images/zoom_Pre_Over.png)}
	 #lightbox a:hover.next { background-image:url(images/zoom_Next_Over.png) 
	 }
	 

/*-----GALLERY SELECTOR-------*/
	 
.gallery_selector
{
position:absolute;
bottom:30px;
left:133px;
height:40px;
color:#FFFFFF;
font-size:15px;
width:auto;
z-index:96;
padding:10px 10px 0px 10px;
background-image:url(images/Gallery_Select_02.png);
background-repeat:repeat-x;
opacity:0.8;filter:alpha(opacity=80);-webkit-opacity:.8;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.gallery_selector a 
{
color:#FFFFFF
}

.gallery_selector a.hover
{
text-decoration:underline;
}


.selectone
{
width:125px;
height:40px;
z-index:93;
position:absolute;
bottom:40px;
left:8px;
opacity:0.8;filter:alpha(opacity=80);-webkit-opacity:.8;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#golf
{
background-image:url(images/Gallery_Select_02.png);
background-repeat:repeat-x;
height:40px;
width:400px;
z-index:93;
position:absolute;
bottom:40px;
left:1650px;
color:#FFFFFF;
font-size:15px;
margin:10px;
padding:40px;
opacity:0.8;filter:alpha(opacity=80);-webkit-opacity:.8;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.selectlist a
{
font-size:15px; color:#FFFFFF;
}

.selectarrow
{
position:absolute;
bottom:40px;
left:133px;
height:40px;
width:70px;
z-index:93;
opacity:0.8;filter:alpha(opacity=80);-webkit-opacity:.8;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#gallery_nav
{
display:none;
height:800px;
width:40px;
}

.gallery_back
{
position:absolute;
bottom:40px;
height:40px;
width:70px;
left:728px;
z-index:93;
opacity:0.8;filter:alpha(opacity=80);-webkit-opacity:.8;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.polaroid_large
{
top:45px;
background-image:url(images/polaroid_zoom.png);
width:900px;
height:643px;
opacity:0.8;filter:alpha(opacity=80);-webkit-opacity:.8;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.polaroid_large_image
{
margin:42px 0 0 0;
width:828px;
height:552px;
}

.polaroid_large_info
{
position:relative;
top:-60px;
height:50px;
width:828px;
padding-top:10px;
background-color:#000000;
text-align:left;
opacity:0.9;filter:alpha(opacity=90);-webkit-opacity:.9;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.polaroid_large_container
{
width:100%;
position:absolute;
top:50px;
}

.large_share
{
position:absolute;
bottom:40px;
right:10px;
background-image:url(images/share_photo_bg.png);
height:40px;
width:198px;
font-size:15px; 
color:#FFFFFF;
opacity:0.7;filter:alpha(opacity=70);-webkit-opacity:.7;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.gallery_bubble_select
{
background-image:url(images/Gallery_Select_Bubble.png);
height:100px;
width:340px;
position:absolute;
top:60px;
right:110px;
font-size:12px;
color:#FFFFFF;
opacity:0.7;filter:alpha(opacity=70);-webkit-opacity:.7;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
display:none;
z-index:90;
}

.gallery_select_thumbnail
{
height:60px;
width:145;
padding:5px;
vertical-align:text-top;
}

.gallery_select_thumbnail a
{
color:#FFFFFF;
}

.gallery_select_large
{
height:60px;
width:145;
padding:5px;
vertical-align:text-top;
}

.gallery_select_large a
{
color:#FFFFFF;
}

.galery_select_left
{
position:absolute;
top:35px;
left:25px;
}

.galery_select_left_img
{
position:absolute;
top:25px;
left:98px;
}

.galery_select_right
{
position:absolute;
top:35px;
left:188px;
}

.galery_select_right_img
{
position:absolute;
top:25px;
left:258px;
}

/*----Form Fields-----*/

form
{
font-size:12px;
color:#FFFFFF;
margin:10px;
}


