@charset "utf-8";
/* Last updated:  11-May-2013    Version: 1.0                   */
/* Copyright 2013  MusicBiz Enterprises, All rights reserved.   */

/* The following photo definitions are legacy and need to be retained */
.photoFull {
    float:Left;
    width:960px;
}
.photoRHalf{
    float:Left;
    width:470px;
    margin-right:10px;
}
.photoLHalf{
    float:Left;
    width:470px;
    margin-left:10px;
}
.photoLThird{
    float:Left;
    width:306px;
    margin-right:11px;
}
.photoCThird{
    float:Left;
    width:306px;
    margin-left:10px;
    margin-right:10px;
}
.photoRThird{
    float:Left;
    width:306px;
    margin-left:11px;
}


/* The following photo definitions are compatible with photoshop javascript sizing and JAVA page util */
.photoBox {
	float: left;
	width: 960px;
        margin-top: 0px;
	margin-left: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.photoFullHBox {                /* image size 960 x 640   */
	float: left;
	width: 960px;
	height: 640px;
	margin-top: 20px;
}
.photoFullVBox {               /* image size 427 x 640   2 across*/
	float: left;
	width: 427px;
	height: 640px;
	margin-top: 20px;
	margin-left: 27px;
	margin-right: 26px;
}
.photoHalfHBoxL {               /* image size 460 x 307   2 across */
	float: left;
	width: 460px;
	height: 307px;
	margin-top: 20px;
	margin-left: 10px;
        margin-right: 10px;
}
.photoHalfHBoxR {               /* image size 460 x 307   2 across */
	float: left;
	width: 460px;
	height: 307px;
	margin-top: 20px;
	margin-left: 10px;
        margin-right: 10px;
}
.photoHalfVBox {                /* image size 205 x 307   3 across*/
	float: left;
	width: 205px;
	height: 307px;
	margin-top: 20px;
	margin-left: 58px;
	margin-right: 57px;
}
.photoThirdHBoxL {              /* image size 306 x 204   3 across */
	float: left;
	width: 306px;
	height: 204px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 14px;
}
.photoThirdHBoxC {              /* image size 306 x 204   3 across */
	float: left;
	width: 306px;
	height: 204px;
	margin-top: 20px;
	margin-left: 7px;
	margin-right: 7px;
}
.photoThirdHBoxR {              /* image size 306 x 204   3 across */
	float: left;
	width: 306px;
	height: 204px;
	margin-top: 20px;
	margin-left: 14px;
	margin-right: 0px;
}
