﻿/*

Common.css    (8-23-10)

STYLE SHEET FOR [Silver Strikers Web Site]
Created by [Jim Quinn]
[URL OF AUTHOR]


Notes:  Provides css changes required for following:
	/Web/Common/Image-Display.php
	/Web/Index/Silver-Strike-Center-Info-10.php  04/09/2011
*/

#content {
		width: 90em;
		border-left: none;
		float: none;
		padding: 0em;
		text-align: center;
		}

#centerImage {
		margin-top: 2em;
		text-align: center;
		}

#newCasinoComingSoon #navigationTop .endLink, #newCasinoComingSoon #navigationBottom .endLink {
		border-right: none;
		}

/* ---------- Image Display 800x1000 (Landscape) ---------- */

#imageDisplay800x1000 .imageResize {
		height: 80em;
		width: 100em;
		}

/* ---------- Image Display 1000x800 (Portrait) ---------- */

#imageDisplay1000x800 .imageResize {
		height: 100em;
		width: 80em;
		}


/* ---------- Image Display 480x640 (Landscape) ---------- */

#imageDisplay480x640 .imageResize {
		height: 48em;
		width: 64em;
		}


/* ---------- Image Display 640x480 (Portrait) ---------- */

#imageDisplay640x480 .imageResize {
		height: 64em;
		width: 48em;
		}


/* ---------- Image Display 200x400 (Landscape) ---------- */

#imageDisplay200x400 .imageResize {
		height: 20em;
		width: 40em;
		}

/* ---------- Image Display 400x200 (Portrait) ---------- */

#imageDisplay400x200 .imageResize {
		height: 40em;
		width: 20em;
		}