/*
Created @ Superlative, Inc. 2012 (Global Styles)
Use of this content is by contractual agreement only.
Superlative, Inc. claims no liability for content provided &/or uploaded by its clients.
*/
 
/* --------------------------------------------------------------------------------------------------*/
/* --------------------------------------------- -------- Gallery Container, Title, and Text Elements */
/* --------------------------------------------------------------------------------------------------*/

.gallery_block_100 {
	margin: 0px;
	width: 100%;
	text-align: center;
}

.gallery_block_75 {
	margin: 0px;
	width: 75%;
	text-align: center;
}

.gallery_block_50 {
	margin: 0px;
	width: 50%;
	text-align: center;
}

.gallery_block_25 {
	margin: 0px;
	width: 25%;
	text-align: center;
}

.gallery_container {
	margin-bottom: 10px;
	display: inline-block;
}

.gallery_container a {
	color: #0860A8;
}

.gallery_container a:hover {
	color: #83AFD3;
}

.gallery_block_title_left {
	margin: 10px 0px 10px 0px;
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: left;
}

.gallery_block_title_right {
	margin: 10px 0px 10px 0px;
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: right;
}

.gallery_block_title_center {
	margin: 10px 0px 0px 0px;
	height: auto;
	display: inline-block;
	text-align: center;
}

.gallery_block_title_left h1 {
	margin: 0px;
	height: auto;
	text-align: left;
}

.gallery_block_title_right h1 {
	margin: 0px;
	height: auto;
	text-align: right;
}

.gallery_block_title_center h1 {
	margin: 0px;
	height: auto;
	text-align: center;
}

.gallery_block_description_left {
	width: 100%;
	display: inline-block;
	text-align: left;
}

.gallery_block_description_right {
	width: 100%;
	display: inline-block;
	text-align: right;
}

.gallery_block_description_center{
	width: 100%;
	display: inline-block;
	text-align: center;
}

/* --------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------- Gallery Border On/Off */
/* --------------------------------------------------------------------------------------------------*/

.g_image {
	border: 0px;
}

.g_image_border {
	border: 1px #FFFFFF solid;
	-webkit-box-shadow:  0px 0px 3px 0px #000000;
    box-shadow:  0px 0px 3px 0px #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=0,strength=5), 
	progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=45,strength=2), 
	progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=90,strength=5), 
	progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=5), 
	progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=180,strength=10), 
	progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=225,strength=5), 
	progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=270,strength=5), 
	progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=315,strength=2); 
}

/* --------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------- Gallery 4x3 Standard Sizes */
/* --------------------------------------------------------------------------------------------------*/

/* -------------------------------------- 4x3 SMALL --- */

.gallery_4x3_left {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_4x3_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_4x3_left ul li {
	list-style: none;
	margin: 0px;
	width: 123px;
	min-height: 160px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
	text-align: left;
}

.gallery_4x3_left ul li img {
	width: 121px;
	height: 91px;
	display: inline-block;
}

.gallery_4x3_left ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Right --- */

.gallery_4x3_right {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_4x3_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_4x3_right ul li {
	list-style: none;
	margin: 0px;
	width: 123px;
	min-height: 160px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: right;
	text-align: right;
}

.gallery_4x3_right ul li img {
	width: 121px;
	height: 91px;
	display: inline-block;
}

.gallery_4x3_right ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Center --- */

.gallery_4x3_center {
	margin: 0px;
	width: 100%;
	height: auto;
}

.gallery_4x3_center ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}

.gallery_4x3_center ul li {
	list-style: none;
	margin: 0px;
	width: 123px;
	min-height: 160px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
}

.gallery_4x3_center ul li img {
	width: 121px;
	height: 91px;
	display: inline-block;
}

.gallery_4x3_center ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Title and Description --- */

.g_title_4x3_left {
	width: 123px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}

.g_title_4x3_right {
	width: 123px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}
	
.g_title_4x3_center {
	width: 123px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}	
	
.g_description_4x3_left {
	width: 123px;
	font-size: 12px;
	text-align: left;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_4x3_right {
	width: 123px;
	font-size: 12px;
	text-align: right;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_4x3_center {
	width: 123px;
	font-size: 12px;
	text-align: center;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

/* -------------------------------------- 4x3 MEDIUM --- */

.gallery_4x3M_left {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_4x3M_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_4x3M_left ul li {
	list-style: none;
	margin: 0px;
	width: 206px;
	min-height: 230px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
	text-align: left;
}

.gallery_4x3M_left ul li img {
	width: 204px;
	height: 150px;
	display: inline-block;
}

.gallery_4x3M_left ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Right --- */

.gallery_4x3M_right {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_4x3M_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_4x3M_right ul li {
	list-style: none;
	margin: 0px;
	width: 206px;
	min-height: 230px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: right;
	text-align: right;
}

.gallery_4x3M_right ul li img {
	width: 204px;
	height: 150px;
	display: inline-block;
}

.gallery_4x3M_right ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Center --- */

.gallery_4x3M_center {
	margin: 0px;
	width: 100%;
	height: auto;
}

.gallery_4x3M_center ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}

.gallery_4x3M_center ul li {
	list-style: none;
	margin: 0px;
	width: 206px;
	min-height: 230px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
}

.gallery_4x3M_center ul li img {
	width: 204px;
	height: 150px;
	display: inline-block;
}

.gallery_4x3M_center ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Title and Description --- */

.g_title_4x3M_left {
	width: 206px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}

.g_title_4x3M_right {
	width: 206px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}
	
.g_title_4x3M_center {
	width: 206px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}	
	
.g_description_4x3M_left {
	width: 206px;
	font-size: 12px;
	text-align: left;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_4x3M_right {
	width: 206px;
	font-size: 12px;
	text-align: right;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_4x3M_center {
	width: 206px;
	font-size: 12px;
	text-align: center;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}


/* -------------------------------------- 4x3 LARGE --- */

.gallery_4x3L_left {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_4x3L_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_4x3L_left ul li {
	list-style: none;
	margin: 0px;
	width: 304px;
	min-height: 310px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
	text-align: left;
}

.gallery_4x3L_left ul li img {
	width: 302px;
	height: 226px;
	display: inline-block;
}

.gallery_4x3L_left ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Right --- */

.gallery_4x3L_right {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_4x3L_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_4x3L_right ul li {
	list-style: none;
	margin: 0px;
	width: 304px;
	min-height: 310px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: right;
	text-align: right;
}

.gallery_4x3L_right ul li img {
	width: 302px;
	height: 226px;
	display: inline-block;
}

.gallery_4x3L_right ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Center --- */

.gallery_4x3L_center {
	margin: 0px;
	width: 100%;
	height: auto;
}

.gallery_4x3L_center ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}

.gallery_4x3L_center ul li {
	list-style: none;
	margin: 0px;
	width: 304px;
	min-height: 310px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
}

.gallery_4x3L_center ul li img {
	width: 302px;
	height: 226px;
	display: inline-block;
}

.gallery_4x3L_center ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Title and Description --- */

.g_title_4x3L_left {
	width: 304px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}

.g_title_4x3L_right {
	width: 304px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}
	
.g_title_4x3L_center {
	width: 304px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}	
	
.g_description_4x3L_left {
	width: 304px;
	font-size: 12px;
	text-align: left;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_4x3L_right {
	width: 304px;
	font-size: 12px;
	text-align: right;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_4x3L_center {
	width: 304px;
	font-size: 12px;
	text-align: center;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}


/* -------------------------------------- 4x3 XTRA LARGE --- */

.gallery_4x3XL_left {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_4x3XL_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_4x3XL_left ul li {
	list-style: none;
	margin: 0px;
	width: 462px;
	min-height: 435px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
	text-align: left;
}

.gallery_4x3XL_left ul li img {
	width: 460px;
	height: 344px;
	display: inline-block;
}

.gallery_4x3XL_left ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Right --- */

.gallery_4x3XL_right {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_4x3XL_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_4x3XL_right ul li {
	list-style: none;
	margin: 0px;
	width: 462px;
	min-height: 435px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: right;
	text-align: right;
}

.gallery_4x3XL_right ul li img {
	width: 460px;
	height: 344px;
	display: inline-block;
}

.gallery_4x3XL_right ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Center --- */

.gallery_4x3XL_center {
	margin: 0px;
	width: 100%;
	height: auto;
}

.gallery_4x3XL_center ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}

.gallery_4x3XL_center ul li {
	list-style: none;
	margin: 0px;
	width: 462px;
	min-height: 435px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
}

.gallery_4x3XL_center ul li img {
	width: 460px;
	height: 344px;
	display: inline-block;
}

.gallery_4x3XL_center ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Title and Description --- */

.g_title_4x3XL_left {
	width: 462px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}

.g_title_4x3XL_right {
	width: 462px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}
	
.g_title_4x3XL_center {
	width: 462px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}	
	
.g_description_4x3XL_left {
	width: 462px;
	font-size: 12px;
	text-align: left;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_4x3XL_right {
	width: 462px;
	font-size: 12px;
	text-align: right;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_4x3XL_center {
	width: 462px;
	font-size: 12px;
	text-align: center;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}


/* -------------------------------------- 4x3 XTRA XTRA LARGE --- */

.gallery_4x3XXL_left {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_4x3XXL_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_4x3XXL_left ul li {
	list-style: none;
	margin: 0px;
	width: 692px;
	min-height: 620px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
	text-align: left;
}

.gallery_4x3XXL_left ul li img {
	width: 690px;
	height: 517px;
	display: inline-block;
}

.gallery_4x3XXL_left ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Right --- */

.gallery_4x3XXL_right {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_4x3XXL_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_4x3XXL_right ul li {
	list-style: none;
	margin: 0px;
	width: 692px;
	min-height: 620px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: right;
	text-align: right;
}

.gallery_4x3XXL_right ul li img {
	width: 690px;
	height: 517px;
	display: inline-block;
}

.gallery_4x3XXL_right ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Center --- */

.gallery_4x3XXL_center {
	margin: 0px;
	width: 100%;
	height: auto;
}

.gallery_4x3XXL_center ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}

.gallery_4x3XXL_center ul li {
	list-style: none;
	margin: 0px;
	width: 692px;
	min-height: 620px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
}

.gallery_4x3XXL_center ul li img {
	width: 690px;
	height: 517px;
	display: inline-block;
}

.gallery_4x3XXL_center ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Title and Description --- */

.g_title_4x3XXL_left {
	width: 692px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}

.g_title_4x3XXL_right {
	width: 692px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}
	
.g_title_4x3XXL_center {
	width: 692px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}	
	
.g_description_4x3XXL_left {
	width: 692px;
	font-size: 12px;
	text-align: left;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_4x3XXL_right {
	width: 692px;
	font-size: 12px;
	text-align: right;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_4x3XXL_center {
	width: 692px;
	font-size: 12px;
	text-align: center;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

/* --------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------- Gallery 6x4 Standard Sizes */
/* --------------------------------------------------------------------------------------------------*/

/* -------------------------------------- 6x4 SMALL --- */

.gallery_6x4_left {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_6x4_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_6x4_left ul li {
	list-style: none;
	margin: 0px;
	width: 145px;
	min-height: 160px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
	text-align: left;
}

.gallery_6x4_left ul li img {
	width: 145px;
	height: 97px;
	display: inline-block;
}

.gallery_6x4_left ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Right --- */

.gallery_6x4_right {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_6x4_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_6x4_right ul li {
	list-style: none;
	margin: 0px;
	width: 145px;
	min-height: 160px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: right;
	text-align: right;
}

.gallery_6x4_right ul li img {
	width: 145px;
	height: 97px;
	display: inline-block;
}

.gallery_6x4_right ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Center --- */

.gallery_6x4_center {
	margin: 0px;
	width: 100%;
	height: auto;
}

.gallery_6x4_center ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}

.gallery_6x4_center ul li {
	list-style: none;
	margin: 0px;
	width: 145px;
	min-height: 160px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
}

.gallery_6x4_center ul li img {
	width: 145px;
	height: 97px;
	display: inline-block;
}

.gallery_6x4_center ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Title and Description --- */

.g_title_6x4_left {
	width: 145px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}

.g_title_6x4_right {
	width: 145px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}
	
.g_title_6x4_center {
	width: 145px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}	
	
.g_description_6x4_left {
	width: 145px;
	font-size: 12px;
	text-align: left;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_6x4_right {
	width: 145px;
	font-size: 12px;
	text-align: right;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_6x4_center {
	width: 145px;
	font-size: 12px;
	text-align: center;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

/* -------------------------------------- 6x4 MEDIUM --- */

.gallery_6x4M_left {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_6x4M_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_6x4M_left ul li {
	list-style: none;
	margin: 0px;
	width: 225px;
	min-height: 230px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
	text-align: left;
}

.gallery_6x4M_left ul li img {
	width: 225px;
	height: 150px;
	display: inline-block;
}

.gallery_6x4M_left ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Right --- */

.gallery_6x4M_right {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_6x4M_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_6x4M_right ul li {
	list-style: none;
	margin: 0px;
	width: 225px;
	min-height: 230px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: right;
	text-align: right;
}

.gallery_6x4M_right ul li img {
	width: 225px;
	height: 150px;
	display: inline-block;
}

.gallery_6x4M_right ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Center --- */

.gallery_6x4M_center {
	margin: 0px;
	width: 100%;
	height: auto;
}

.gallery_6x4M_center ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}

.gallery_6x4M_center ul li {
	list-style: none;
	margin: 0px;
	width: 225px;
	min-height: 230px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
}

.gallery_6x4M_center ul li img {
	width: 225px;
	height: 150px;
	display: inline-block;
}

.gallery_6x4M_center ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Title and Description --- */

.g_title_6x4M_left {
	width: 225px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}

.g_title_6x4M_right {
	width: 225px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}
	
.g_title_6x4M_center {
	width: 225px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 18px !important;
	text-align: center;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}	
	
.g_description_6x4M_left {
	width: 225px;
	font-size: 12px;
	text-align: left;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_6x4M_right {
	width: 225px;
	font-size: 12px;
	text-align: right;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_6x4M_center {
	width: 225px;
	font-size: 12px;
	text-align: center;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}


/* -------------------------------------- 6x4 LARGE --- */

.gallery_6x4L_left {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_6x4L_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_6x4L_left ul li {
	list-style: none;
	margin: 0px;
	width: 330px;
	min-height: 310px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
	text-align: left;
}

.gallery_6x4L_left ul li img {
	width: 330px;
	height: 220px;
	display: inline-block;
}

.gallery_6x4L_left ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Right --- */

.gallery_6x4L_right {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_6x4L_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_6x4L_right ul li {
	list-style: none;
	margin: 0px;
	width: 330px;
	min-height: 310px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: right;
	text-align: right;
}

.gallery_6x4L_right ul li img {
	width: 330px;
	height: 220px;
	display: inline-block;
}

.gallery_6x4L_right ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Center --- */

.gallery_6x4L_center {
	margin: 0px;
	width: 100%;
	height: auto;
}

.gallery_6x4L_center ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}

.gallery_6x4L_center ul li {
	list-style: none;
	margin: 0px;
	width: 330px;
	min-height: 310px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
}

.gallery_6x4L_center ul li img {
	width: 330px;
	height: 220px;
	display: inline-block;
}

.gallery_6x4L_center ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Title and Description --- */

.g_title_6x4L_left {
	width: 330px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}

.g_title_6x4L_right {
	width: 330px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}
	
.g_title_6x4L_center {
	width: 330px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}	
	
.g_description_6x4L_left {
	width: 330px;
	font-size: 12px;
	text-align: left;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_6x4L_right {
	width: 330px;
	font-size: 12px;
	text-align: right;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_6x4L_center {
	width: 330px;
	font-size: 12px;
	text-align: center;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}


/* -------------------------------------- 6x4 XTRA LARGE --- */

.gallery_6x4XL_left {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_6x4XL_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_6x4XL_left ul li {
	list-style: none;
	margin: 0px;
	width: 472px;
	min-height: 435px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
	text-align: left;
}

.gallery_6x4XL_left ul li img {
	width: 472px;
	height: 315px;
	display: inline-block;
}

.gallery_6x4XL_left ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Right --- */

.gallery_6x4XL_right {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_6x4XL_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_6x4XL_right ul li {
	list-style: none;
	margin: 0px;
	width: 472px;
	min-height: 435px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: right;
	text-align: right;
}

.gallery_6x4XL_right ul li img {
	width: 472px;
	height: 315px;
	display: inline-block;
}

.gallery_6x4XL_right ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Center --- */

.gallery_6x4XL_center {
	margin: 0px;
	width: 100%;
	height: auto;
}

.gallery_6x4XL_center ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}

.gallery_6x4XL_center ul li {
	list-style: none;
	margin: 0px;
	width: 472px;
	min-height: 435px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
}

.gallery_6x4XL_center ul li img {
	width: 472px;
	height: 315px;
	display: inline-block;
}

.gallery_6x4XL_center ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Title and Description --- */

.g_title_6x4XL_left {
	width: 472px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}

.g_title_6x4XL_right {
	width: 472px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}
	
.g_title_6x4XL_center {
	width: 472px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}	
	
.g_description_6x4XL_left {
	width: 472px;
	font-size: 12px;
	text-align: left;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_6x4XL_right {
	width: 472px;
	font-size: 12px;
	text-align: right;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_6x4XL_center {
	width: 472px;
	font-size: 12px;
	text-align: center;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}


/* -------------------------------------- 6x4 XTRA XTRA LARGE --- */

.gallery_6x4XXL_left {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_6x4XXL_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}

.gallery_6x4XXL_left ul li {
	list-style: none;
	margin: 0px;
	width: 692px;
	min-height: 620px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
	text-align: left;
}

.gallery_6x4XXL_left ul li img {
	width: 692px;
	height: 461px;
	display: inline-block;
}

.gallery_6x4XXL_left ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Right --- */

.gallery_6x4XXL_right {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_6x4XXL_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.gallery_6x4XXL_right ul li {
	list-style: none;
	margin: 0px;
	width: 692px;
	min-height: 620px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: right;
	text-align: right;
}

.gallery_6x4XXL_right ul li img {
	width: 692px;
	height: 461px;
	display: inline-block;
}

.gallery_6x4XXL_right ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Center --- */

.gallery_6x4XXL_center {
	margin: 0px;
	width: 100%;
	height: auto;
}

.gallery_6x4XXL_center ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}

.gallery_6x4XXL_center ul li {
	list-style: none;
	margin: 0px;
	width: 692px;
	min-height: 620px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	*float: left;
}

.gallery_6x4XXL_center ul li img {
	width: 692px;
	height: 461px;
	display: inline-block;
}

.gallery_6x4XXL_center ul li a {
	text-decoration: none;
	outline: none;
}


/* --- Title and Description --- */

.g_title_6x4XXL_left {
	width: 692px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}

.g_title_6x4XXL_right {
	width: 692px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}
	
.g_title_6x4XXL_center {
	width: 692px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: inline-block;

    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}	
	
.g_description_6x4XXL_left {
	width: 692px;
	font-size: 12px;
	text-align: left;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_6x4XXL_right {
	width: 692px;
	font-size: 12px;
	text-align: right;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.g_description_6x4XXL_center {
	width: 692px;
	font-size: 12px;
	text-align: center;
	display: inline-block;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}



/* IDX layout fixes due to base */

.IDX_1 .top_links_container {
	float: none !important;
	padding-top: 0px !important;
}

.IDX_1 .top_links_button1 {
	width: auto !important;
	min-width: 103px !important;
	height: 31px !important;
}

.IDX_1 .top_links_button4 {
	width: auto !important;
	min-width: 69px !important;
	height: 31px !important;
}

.IDX_1 .infiniteCarousel ul li {
	box-sizing: content-box;
}

.IDX_1 .infiniteCarousel ul a img {
	padding-bottom: 0px !important;
	border-radius: 0px !important;
}

.IDX_1 #featured_location {
	margin-top: 5px !important;
}

.IDX_1 .listing_image_container img {
	height: 115px !important;
}

.IDX_1 .listing_nav_container a {
	height: 27px !important;
}

.IDX_D1 .paging_nav_left_container {
	width: auto !important;
}

.IDX_D1 .main_property_photo {
	padding-top: 4px !important;
}

.IDX_D1 .main_property_photo img {
	height: 284px !important;
}

.IDX_D1 .main_nav_container a {
	height: 24px !important;
}

.IDX_D1 .calculator {
	box-sizing: content-box;
}

#ctl00_general_graphics_s img {
	width: 100% !important;
	max-width: 240px !important;
}

.IDX_D1 .tabs  a {
	height: 30px !important;
}

.IDX_D1 .property_description_title, .IDX_D1 .property_features_title {
	height: auto !important;
}

.IDX_D1 .more_info_form {
	width: 642px !important;
}

.IDX_D1 .more_info_field {
	height: 26px !important;
}

.IDX_D1 .more_info_field_comments {
	height: 120px !important;
}


/* Agent Roster Layout fixes due to base */

.agent_row_image_container img {
	width: 113px !important;
	height: 150px !important;
}

.agent_nav_container a {
	height: 28px !important;
	margin-bottom: 0px !important;
}

.AD01 .detail_button1, .AD01 .detail_button2, .AD01 .detail_button3, .AD01 .detail_button4, .AD01 .detail_button5 {
	width: 160px !important;
}

/* Form Field fix due to base */

select {
	color: #000000 !important;
}

/* Slideshow fix due to base */

.main_hp_image img {
	box-sizing: content-box !important;	
}