.widget-container, .trip-widget-container {
	border: 1px solid #8a8a8a;
	width: 646px;
/*	margin-top: 6px;*/
	background-color: #ebebeb;
	background-image:  url(/images/widget-bg.jpg);
	background-repeat: repeat-x repeat-y; 
	background-position: 0px -1px;
}

.trip-widget-container {
	background-image:  url(/images/tripwidget-background.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #cacaca !important;
	
}

.map-container, .map-container-outer {
	border: 1px solid #454545;
	height: 291px;
	position: absolute;
	width: 291px;
	margin: 7px;
	margin-right: 0px;
}

.slideshow-container {
	background: #444444;
	border: 1px solid #454545;
	height:291px; 
	width: 291px;
	margin: 7px;
	margin-left: 0px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	clip:rect(0,291,291,0);
	position: relative;
}

.slideshow-page {
	width: 293px;
	text-align: center;
	vertical-align: middle;
	display:none;
/*	position: relative;*/
}

.slideshow-photo-container {
	text-align: center;
	vertical-align: middle;
	
}

.slideshow-photo {

}

.slideshow-map {
	height: 200px;
	margin-top: 2px;
}

.slideshow-page-inner {
	position: absolute;
	height:500px;
	width:500px;
	top: -104px;
	left: -104px;
}
.widget-container-header{
width:648px;
height:9px;
float:left;
background: url(/images/widget-sprite-verticle.gif) repeat-x;

}

.widget-container-header-right, .widget-container-header-left,
.widget-container-footer-left, .widget-container-footer-right,
.widget-index-container-footer-left, .widget-index-container-footer-right {
	width:9px;
	height:9px;
}

.widget-container-header-left {
	float:left;
	background: url(/images/widget-sprite.gif);
}
.widget-container-header-right {
	float:right;
	background: url(/images/widget-sprite.gif) 9px 0px;
}
.widget-container-footer {
	height:9px;
	float:left;
	background: url(/images/widget-trip-sprite-verticle.gif) repeat-x 0px -9px;
}
.widget-index-container-footer {
	height:9px;
	width:648px;
	float:left;
	background: url(/images/widget-sprite-verticle.gif) repeat-x 0px -9px;
}
.widget-container-footer-left {
	float:left;
	background: url(/images/widget-trip-sprite.gif) 0px 9px;
}
.widget-container-footer-right {
	float:right;
	background: url(/images/widget-trip-sprite.gif) 9px 9px;
}
.widget-index-container-footer-left {
	float:left;
	background: url(/images/widget-sprite.gif) 0px 9px;
}
.widget-index-container-footer-right {
	float:right;
	background: url(/images/widget-sprite.gif) 9px 9px;
}
.widget-container-home{background-image: url(/images/widget-bg-home.jpg) !important;}

