a.bride, div.bride, a.groom, div.groom, a.access, div.access, a.party, div.party, a.gifts, div.gifts{
	display: block;
	width: 152px;
	height: 100px;
}

a.bride {
	background: url("/ASSETS/BRIDAL/DETAIL/bridero.jpg") 0 0 no-repeat;
}

a.groom {
	background: url("/ASSETS/BRIDAL/DETAIL/groomro.jpg") 0 0 no-repeat;
}

a.access {
	background: url("/ASSETS/BRIDAL/DETAIL/accessro.jpg") 0 0 no-repeat;
}

a.party {
	background: url("/ASSETS/BRIDAL/DETAIL/partyro.jpg") 0 0 no-repeat;
}

a.gifts {
	background: url("/ASSETS/BRIDAL/DETAIL/giftsro.jpg") 0 0 no-repeat;
}

a:hover.bride, a:hover.groom, a:hover.access, a:hover.party, a:hover.gifts {
	background-position: -152px 0;
}

div.bride {
	background: url("/ASSETS/BRIDAL/DETAIL/bridero.jpg") -304px 0 no-repeat;
}

div.groom {
	background: url("/ASSETS/BRIDAL/DETAIL/groomro.jpg") -304px 0 no-repeat;
}

div.access {
	background: url("/ASSETS/BRIDAL/DETAIL/accessro.jpg") -304px 0 no-repeat;
}

div.party {
	background: url("/ASSETS/BRIDAL/DETAIL/partyro.jpg") -304px 0 no-repeat;
}

div.gifts {
	background: url("/ASSETS/BRIDAL/DETAIL/giftsro.jpg") -304px 0 no-repeat;
}