
/* these are the styles for the "shadow" graphical style 
#tweenWindow  .white_bl {height:12px;width:14px;display:block;position:absolute;bottom:1px;left:0px;background:url(http://www3.ocsalgroup.com/imgfiles/OCSAL/General/blank.gif) 0px 0px no-repeat;}
#tweenWindow  .white_tr {height:13px;width:12px;display:block;position:absolute;top:0px;right:1px;background:url(http://www3.ocsalgroup.com/imgfiles/OCSAL/General/blank.gif) 0px 0px no-repeat;}
#tweenWindow  .white_tl {height:6px;width:6px;display:block;position:absolute;top:0px;left:0px;background:url(http://www3.ocsalgroup.com/imgfiles/OCSAL/General/blank.gif) 0px 0px no-repeat;}
*/


/* these are the styles for the "plain" graphical style */
#tweenWindow {overflow:visible;padding:40px 18px 18px 18px;position:absolute;z-index:110;background-color:#ffffff; opacity: 0;filter:alpha(opacity=60);filter:alpha(opacity=0);-moz-opacity: 0;}

/* global tweenbox styles */
#tweenClose {
	cursor:hand;
	cursor:pointer;
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	z-index:411;
	background:url(http://www3.ocsalgroup.com/imgfiles/OCSAL/General/closelabel2.gif) 0px 0px no-repeat;
	height: 16px;
	width: 15px;
}
#tweenContent {background-color: #FFFFFF;display:block;}
#tweenOverlay {position: absolute;z-index:100;width: 150%;height: 100%;top: 0;left: 0;min-height:100%;background-color:#000;opacity: 0;filter:alpha(opacity=0);-moz-opacity: 0;}
#tweenLoad {
	position:absolute;
	display:none;
	height:90px;
	width:90px;
	z-index:201;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-left: 30px;
}

/* gallery right and left styles */
#tweenGalleryRight a {
	position:absolute;
	right:0px;
	top: 50px;
	display:block;
	z-index:500;
	background:#FFFFFF url(http://www3.ocsalgroup.com/imgfiles/OCSAL/General/nextlabel3.gif) no-repeat -7px 0px;
	height: 19px;
	width: 17px;
}
#tweenGalleryRight a:hover {
	position:absolute;
	right:0px;
	top: 50px;
	display:block;
	z-index:500;
	background:#FFFFFF url(http://www3.ocsalgroup.com/imgfiles/OCSAL/General/nextlabel3.gif) no-repeat -7px 0px;
	height: 19px;
	width: 17px;
}
/*#tweenGalleryRight a:hover {position:absolute;right:0px;display:block;z-index:411;background:url(http://www3.ocsalgroup.com/imgfiles/OCSAL/General/nextlabel.gif) 0px 0px no-repeat;}*/
#tweenGalleryLeft a {
	position:absolute;
	left:0px;
	top: 50px;
	display:block;
	z-index:500;
	background:url(http://www3.ocsalgroup.com/imgfiles/OCSAL/General/prevlabel3.gif) no-repeat 7px 0px;
	height: 19px;
	width: 17px;
}
#tweenGalleryLeft a:hover {
	position:absolute;
	left:0px;
	top: 50px;
	display:block;
	z-index:500;
	background:url(http://www3.ocsalgroup.com/imgfiles/OCSAL/General/prevlabel3.gif) no-repeat 7px 0px;
	height: 19px;
	width: 17px;
}
/*#tweenGalleryLeft a:hover {position:absolute;left:0px;display:block;z-index:411;background:url(http://www3.ocsalgroup.com/imgfiles/OCSAL/General/prevlabel.gif) 0px 0px no-repeat;}*/

/* gotta love IE */
/*
*html 
*/
#tweenWindow .white_bl {height:12px;width:14px;display:block;position:absolute;bottom:-5px;left:0px;background-color:#FFFFFF;}
