/* adust lightbox for FOMA 905i Gallery
------------------------------------------------------------*/
#imageContainer{
	padding:0;
}

#prevLink{
	width: 6%;
	background: url(/images/features/foma905igallery/btn_lightbox_prevlabel_906i_off.gif) left 50% no-repeat;
}

#nextLink{
	width: 6%;
	background: url(/images/features/foma905igallery/btn_lightbox_nextlabel_906i_off.gif) right 50% no-repeat;
}

#prevLink:hover,
#prevLink:visited:hover{
	background: url(/images/features/foma905igallery/btn_lightbox_prevlabel_906i_on.gif) left 50% no-repeat;
}

#nextLink:hover,
#nextLink:visited:hover{
	background:url(/images/features/foma905igallery/btn_lightbox_nextlabel_906i_on.gif) right 50% no-repeat;
}

#imageData{
	padding:10px 10px 0 54px;
}