/* image strip start									( image strip is placed at the bottom of www document &  and photo album)*/
#image_strip_outer_doc img
{	
	border: none;
}


#image_strip_outer_doc 
{	
	display:block;
	text-align:left;
	background-color: Transparent;
	clear:both;
}
#image_strip_outer_album 
{	display:block;
	text-align:center;
	width:100%;
	height:60px;
	padding:10px 0px 10px 0px;	
	background-color: Transparent;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	clear:both;
}
#image_strip_scroll
{
	width:100%;
	height:90px;
	overflow:auto;
	background-color: Transparent;
}
#image_strip_hidden
{
	width:100%;
	height:90px;
	overflow:hidden;
	background-color: Transparent;
}
.image_strip_area
{
	display:block;
	float:left;
	text-align:left;
	background-color: Transparent;
	height:60px;
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 0px;	
	border-top:solid 1px #BBCACF;
	border-bottom:solid 1px #BBCACF;

}
.image_strip_image
{
	display:block;
	float:left;
	background-color:Transparent;
}
#image_strip_outer_doc .image_strip_image_on
{
	display:block;
	float:left;
	background-color:#999999;
	height:50px;
}
#image_strip_outer_album .image_strip_image_on
{
	display:block;
	float:left;
	background-color:#000000;
}
#image_strip_outer_doc .image_strip_image a,#image_strip_outer_doc .image_strip_image_on a
{
	background-color:Transparent;
	border:solid 1px #cccccc;
	height:55px;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
}
#image_strip_outer_doc .image_strip_image a:hover,#image_strip_outer_doc .image_strip_image a:active, #image_strip_outer_doc .image_strip_image_on a:hover, #image_strip_outer_doc .image_strip_image_on a:active
{
	background-color:Transparent;
	border:solid 1px #000000;
	height:55px;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
}
.image_strip_image a, .image_strip_image_on a
{
	background-color:Transparent;
	border:solid 1px #000000;
	height:55px;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
}
.image_strip_image a:hover, .image_strip_image a:active, .image_strip_image_on a:hover, .image_strip_image_on a:active
{
	background-color:Transparent;
	border:solid 1px #000000;
	height:55px;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
}
.image_strip_area a
{
	display:block;
	text-align:center;
	background-color:Transparent;
}
.image_strip_area a:active, .image_strip_area a:hover
{
	display:block;
	text-align:center;
	background-color:#000000;
}
.image_strip_vertical_padding
{
	float:left;
	width:2px;
}
.image_strip_horizontal_padding
{
	height:10px;
}

