﻿/*
Theme Name: Panoptic Productions
Theme URI: http://panopticprod.com/
Description: Custom Panoptic site theme
Version: 0.9
Author: Dave Foresman
Author URI: http://panopticprod.com/
Template: sandbox
Tags: panoptic, music, events, djs, electronic
*/

@import url("../sandbox/style.css");

/**********************************************************************
*	Baseline text styles
*/

body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:14px;
	line-height:20px;
	background-color: #252525;
	color:#ebebeb;
	text-align: center;
	height:100%;
}

p {
	margin:0px 0px 20px;
}

ul, ol, dl {
	margin:0px 0px 20px;
	padding:0px 0px 0px 36px;
}

li {
	margin:0px;
	padding:0px;
	font-size:18px;
	line-height:28px;
}

h1, h2, h3, h4, h5, h6 {
	color:#ffffff;
	margin:0px 0px 20px;
}

h1 {
	font-size:32px;
	line-height:40px;
}

h2 {
	font-size:24px;
	line-height:36px;
}

h3 {
	font-size:20px;
	line-height:30px;
}

h4 {
	font-size:18px;
	line-height:30px;
	margin-bottom:0px
}

h5 {
	font-size:16px;
	line-height:30px;
	margin-bottom:0px;
}

h6 {
	font-size:14px;
	line-height:20px;
	margin-bottom:0px;
}

a, a:visited {
	color:#50ccfb;
}

a:hover {
	color:#00ffff;
	text-decoration: underline;
}

img {
	border:0px none;
}

#wrapper {
	text-align: left;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	color:#ebebeb;
}

div.breaker {
	clear: both;
	height: 0px;
}
.nomargin {
	margin:0px;
}
.bumpdown {
	margin-top:20px;
}

/**********************************************************************
*	HEADER
*/

div#header {
	text-align:left;
}
#banner {
	width: 100%;
	height: 100px;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size:36px;
	line-height:100px;
}
#banner span {
	background: url(images/panoptic-header.gif) no-repeat center center;
	position: absolute;
	width: 100%;
	height: 100%;
}

/**********************************************************************
*	NAVIGATION
*/

div#navigation2 {
	background: url(images/navtabs/content-topshadow_07.gif) no-repeat center bottom;
	padding-bottom: 3px;
	overflow:hidden;
	position: relative;
}
#navigation2 ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
#navigation2 ul li{
float: left;
margin: 0px;
background: url(images/tab-bg-sprites.gif) no-repeat right 0px;
}
#navigation2 ul li a{
display: block;
padding: 12px 18px 10px 0px;
line-height:28px;
font-weight: bold;
text-decoration: none;
color: #fff;
overflow:hidden;
}
#navigation2 ul li a span{
	display: block;
	height: 28px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	/*set width for each tab individually */
}
#navigation2 ul li a:hover{
text-decoration: underline;
}

/*********************
*	FIRST TAB	*/

#navigation2 ul li.first a{
padding: 12px 10px 10px 5px; 
background: url(images/tab-sep-sprites.gif) no-repeat 0px -100px;
}
#navigation2 ul li.first.current{
background: url(images/tab-bg-sprites.gif) no-repeat right -50px;
margin-left: 0px;
}
#navigation2 ul li.first.current a{
background: url(images/tab-sep-sprites.gif) no-repeat 0px -150px;
padding-left: 5px;
}

/*********************
*	LAST TAB	*/

#navigation2 ul li.last{
background: url(images/tab-bg-sprites.gif) no-repeat right -100px;
}
#navigation2 ul li.last.current{
margin-left: -18px;
background: url(images/tab-bg-sprites.gif) no-repeat right -150px;
}
#navigation2 ul li.last.current a{
padding-left: 18px;
background: url(images/tab-sep-sprites.gif) no-repeat 0px -50px;
}

/*********************
*	OTHER TABS	*/

#navigation2 ul li.current{
	margin-left: -18px;
	background: url(images/tab-bg-sprites.gif) no-repeat right -50px;
}
#navigation2 ul li.current a{
	padding-left: 18px;
	background: url(images/tab-sep-sprites.gif) no-repeat 0px -50px;
}

/*********************
*	HOME TAB	*/

#navigation2 ul li#Home-Tab a span{
	width: 107px;
	background: url(images/tab-sprites.gif) no-repeat 0px 0px;
}
#navigation2 ul li#Home-Tab a:hover span{
	background: url(images/tab-sprites.gif) no-repeat -200px 0px;
}
#navigation2 ul li#Home-Tab.current a span{
	background: url(images/tab-sprites.gif) no-repeat -400px 0px;
}
#navigation2 ul li#Home-Tab.current a:hover span{
	background: url(images/tab-sprites.gif) no-repeat -600px 0px;
}

/*********************
*	EVENTS TAB	*/

#navigation2 ul li#Events-Tab a span{
	width: 135px;
	background: url(images/tab-sprites.gif) no-repeat 0px -28px;
}
#navigation2 ul li#Events-Tab a:hover span{
	background-position: -200px -28px;
}
#navigation2 ul li#Events-Tab.current a span{
	background-position: -400px -28px;
}
#navigation2 ul li#Events-Tab.current a:hover span{
	background-position: -600px -28px;
}

/*********************
*	ARTISTS TAB	*/

#navigation2 ul li#Artists-Tab a span{
	width: 138px;
	background: url(images/tab-sprites.gif) no-repeat 0px -56px;
}
#navigation2 ul li#Artists-Tab a:hover span{
	background-position: -200px -56px;
}
#navigation2 ul li#Artists-Tab.current a span{
	background-position: -400px -56px;
}
#navigation2 ul li#Artists-Tab.current a:hover span{
	background-position: -600px -56px;
}

/*********************
*	CONTACTS TAB	*/

#navigation2 ul li#Contact-Tab a span{
	width: 153px;
	background: url(images/tab-sprites.gif) no-repeat 0px -112px;
}
#navigation2 ul li#Contact-Tab a:hover span{
	background-position: -200px -112px;
}
#navigation2 ul li#Contact-Tab.current a span{
	background-position: -400px -112px;
}
#navigation2 ul li#Contact-Tab.current a:hover span{
	background-position: -600px -112px;
}

/*********************
*	GALLERIES TAB	*/

#navigation2 ul li#Galleries-Tab a span{
	width: 163px;
	background: url(images/tab-sprites.gif) no-repeat 0px -84px;
}
#navigation2 ul li#Galleries-Tab a:hover span{
	background-position: -200px -84px;
}
#navigation2 ul li#Galleries-Tab.current a span{
	background-position: -400px -84px;
}
#navigation2 ul li#Galleries-Tab.current a:hover span{
	background-position: -600px -84px;
}

/*********************
*	LINKS TAB	*/

#navigation2 ul li#Links-Tab a span{
	width: 88px;
	background: url(images/tab-sprites.gif) no-repeat 0px -140px;
}
#navigation2 ul li#Links-Tab a:hover span{
	background-position: -200px -140px;
}
#navigation2 ul li#Links-Tab.current a span{
	background-position: -400px -140px;
}
#navigation2 ul li#Links-Tab.current a:hover span{
	background-position: -600px -140px;
}


/**********************************************************************
*	BODY / CONTAINER
*/

div#container {
	background: url(images/content-bg_08.gif) repeat-y center top;
	padding:16px 15px 1px;
	/* kill sandbox styles */
	margin:0px;
	width:auto;
	float:none;
}


/**********************************************************************
*	FOOTER
*/

div#footer {
	background: url(images/contentbox-footer.gif) no-repeat center bottom;
	height: 16px;
	width: 100%;
	margin-bottom:20px;
}


/**********************************************************************
*	HOMEPAGE STYLES
*/

#mission p {
	font-size:12px;
	line-height:18px;
	text-align:justify;
}
#panoDef p {
	font-size:18px;
	margin:.5em;
}
#panoDef li {
	font-size:14px;
	line-height:20px;
}
#panoDef {
	text-align:left;
	color:#999;
}

/************************************************
*  Email form (WP Email Capture) */




.emailError {
	padding-bottom: 20px;
	text-align: center;
	font-weight:bold;
	color:#50CCFB;
}

#wp_email_capture_2 fieldset {
	margin:0;
	padding:0;
	border:0px none;
}

#wp_email_capture_2 label {
	font-size:14px;
	color:#ededed;
	display:block;
	float:left;
	clear:left;
	width:60px;
	height:20px;
	padding:0px 0px 0px 10px;
	margin:0px 0px 20px;
}

input.wp-email-capture-name, input.wp-email-capture-email {
	font-size:13px;
	line-height:18px;
	display:block;
	height:18px;
	width:158px;
	clear:right;
	border: 1px solid #000000;
	background-color:#d7f0fa;
	margin:0px 0px 20px;
	padding:0;
}

input.wp-email-capture-submit {
	font-size:14px;
	margin-left:70px;
}


/**********************************************************************
*	ARTIST/PROFILE STYLES
*/


/*************************
*  Profile Pic / Left Column */

#profilePic {
	text-align: center;
	float: left;
	width: 300px;
	overflow:hidden;
	margin-right:20px;
}
#profilePic img {
	margin-right: auto;
	margin-left: auto;
}
#profilePic .shadow-wrapper img {
	margin:0px;
}


/************************************************
*  Profile Info / Right Column */

#profileInfo {
	overflow:hidden;
}

#profileInfo ul li a {
	text-decoration: none;
	color: 0391c7;
}
#profileInfo ul li a:hover {
	text-decoration: underline;
}
h2.genre {
	font-size:20px;
	line-height:24px;
	font-style:italic;
	color:#e1e1e1;
}


/************************************************
*  Profile Info  ARTIST GALLERIES */

div.panoGallery {
	padding:10px;
	clear:both;
	overflow:hidden;
}
#profileInfo div.panoGallery {
	padding:0px 10px;
	margin-bottom:15px;
}
div.panoGallery div.shadow-wrapper {
	margin:5px;
}


/************************************************
*  GALLERY / ALBUM styles */

.panoAlbum2 .album-description {
	position: relative;
	margin-left: 125px;
}
.panoAlbum2 .shadow-wrapper {
	margin-bottom:20px;
}

.slideshow {
	margin-left:auto;
	margin-right:auto;
	outline:medium none;
	text-align:center;
}


/****************************************************************
* EVENTS LISTING
*/

div.eventFuture {
	/*margin:20px 0px 20px;*/
}
div.eventFuture div.eventThumb {
	width: 310px;
	float: left;
	margin-bottom:15px;
}
div.eventFuture div.eventDetails {
	margin-left: 330px;
	position: relative;
	overflow:hidden;
}
.eventDetails h3{
	font-size:20px;
	margin-top:0px;
}
.eventDetails li {
	font-size:14px;
	line-height:20px;
}
/***************************
* 	Event dl/dd/dt	 	*/
.eventDetails dl {
	padding-left:10px;
	/*line-height:1.33em;*/
}
.eventDetails dt, #eventInfo dt {
	float: left;
	padding-right:1em;
	font-weight:bold;
	font-size:16px;
	line-height:24px;
}
.eventDetails dd, #eventInfo dd {
	margin:0px 0px 0px 4.75em;
	font-size:14px;
	line-height:24px;
}
dd.e-start, dd.e-end, dd.e-price, dd.e-location {
	margin-left:6.5em;
}
dt.e-rsvp {
	margin-top:22px;
}
dd.e-rsvp {
	clear: left;
}
div.eventPast {
	/*margin:20px 0px;*/
}
div.eventPast div.eventThumb {
	width: 160px;
	float: left;
	margin-bottom:15px;
}
div.eventPast div.eventDetails {
	margin-left: 180px;
	position: relative;
	overflow:hidden;
}

/**********************************************************************
*	Event Details Style
*/

#eventFlyer {
	float: right;
	width: 400px;
	text-align:center;
	padding:0px 0px 20px 20px;
	background-color:#012b3b;
}
#eventFlyer img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#eventFlyer div {
	text-align:left;
}
#eventInfo h2 {
	color:#FFF;
	line-height:24px;
	border-bottom: 2px solid #026387;
}
#eventArtists h3, #eventArtists h4 {
	line-height:1.2em;
	font-variant: small-caps;
	border-bottom: 2px dashed #106687;
	margin-bottom:0px;
}
#eventArtists h4 {
	border-bottom-color:#1b4554;
}
#eventArtists h5 {
	font-size:12px;
	line-height:1.5em;
	color: #cccccc;
	margin:0px 0px 20px 5px;
	font-style:italic;
}
#eventArtists li {
	font-size:14px;
	line-height:20px;
}

/****************************************************************
* LOCATION DETAILS (events page)
********************************/

div.locationMap {
	float:right;
	padding:0px 0px 20px 20px;
}
div.locationMap p {
	clear: left;
	margin: 0px 10px 0px;
	text-align:right;
	font-size:10px;
	line-height:12px;
}
/*	fix for event info in details page	*/
#eventInfo dd.e-location {
	clear: left;
	line-height:1.33em
}


/****************************************************************
* NEWS POSTS
*/

.post {
	font-size:14px;
	line-height:20px;
}
h2.post-title {
	margin:20px 0px 0px!important;
	font-size:20px;
	line-height:20px;
	height:40px;
	padding:0px 20px 0px 0px;
	background:url(images/newsbox/newsbox-header_02.gif) right top no-repeat;
	color:#011c26!important;
}
h2.post-title span{
	display:block;
	padding:8px 0px 12px 20px;
	background:url(images/newsbox/newsbox-header_01.gif) left top no-repeat;
}
h2.post-title a, h2.post-title a:visited {
	color:#011c26;
}
.post-content {
	overflow:hidden;
	padding:0px 20px 0px 0px;
	background:url(images/newsbox/newsbox-content_02.gif) right top repeat-y;
}
.post-content .inner {
	overflow:hidden;
	padding:12px 0px 0px 20px;
	background:url(images/newsbox/newsbox-content_01.gif) left top repeat-y;
}
.post-footer {
	overflow:hidden;
	padding:0px;
	margin-top:-20px;
	background:url(images/newsbox/newsbox-meta_03.gif) left bottom no-repeat;
}
.post-footer span {
	font-size:9px;
	display:block;
	float: right;
	line-height:24px;
	padding:0px 20px 0px 0px;
	background:url(images/newsbox/newsbox-meta_02.gif) right bottom no-repeat;
}
.post-footer span span {
	padding:0px 0px 0px 20px;
	float:none;
	background:url(images/newsbox/newsbox-meta_01.gif) left bottom no-repeat;
}
.post-footer2 {
	overflow:hidden;
	height:10px;
	padding:0px;
	margin-top:-10px;
	background:url(images/newsbox/newsbox-footer_02.gif) right bottom no-repeat;
}
.post-footer2 .inner {
	overflow:hidden;
	height:10px;
	padding-left:20px;
	background:url(images/newsbox/newsbox-footer_01.gif) left bottom no-repeat;
}

/**********************************************************************
*	CONNECT BOX STYLES
*/

div#connect {
	padding:20px 0px;
	clear:left;
}

/*********************
*	HEADING	*/

div#connect h3 {
	margin:0px;
	padding:0px 12px 0px 0px;
	line-height:36px;
	font-size:18px;
	text-decoration:bold;
	color:#252525;
	background: url(images/connect-bg-right2.gif) no-repeat right 0px;
}
div#connect h3 span {
	display:block;
	height:36px;
	padding:0px 0px 0px 12px;
	background: url(images/connect-bg-left2.gif) no-repeat left 0px;
	overflow:hidden;
}

/*********************
*	LIST		*/

div#connect ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:left;
}
div#connect ul li {
	margin:0px;
	padding:0px;
	background: url(images/connect-bg-right2.gif) no-repeat right -50px;
}
div#connect ul li a{
	display:block;
	height:40px;
	padding:5px 12px;
	background: url(images/connect-bg-left2.gif) no-repeat left -50px;
}
div#connect ul li.last {
	background-position: right -101px;
}
div#connect ul li.last a {
	background-position: left -101px;
}
div#connect ul li a span{
	display:block;
	padding:20px 0px 2px 50px;
	line-height:18px;
	font-size:12px;
	/* prep the background, default to 'website' if no class is applied */
	background: url(images/connect-sprites-40.png) no-repeat 0px -200px;
}

/*********************
*	INDIVIDUAL ITEMS		*/

/*	EMAIL		*/
div#connect ul li.email a span{
	background-position: 0px 0px; }
div#connect ul li.email a:hover span, div#connect ul li.email a:active span {
	background-position: -300px 0px; }

/*	FACEBOOK	*/
div#connect ul li.facebook a span{
	background-position: 0px -40px; }
div#connect ul li.facebook a:hover span, div#connect ul li.facebook a:active span {
	background-position: -300px -40px; }

/*	MYSPACE	*/
div#connect ul li.myspace a span{
	background-position: 0px -80px; }
div#connect ul li.myspace a:hover span, div#connect ul li.myspace a:active span {
	background-position: -300px -80px; }

/*	YOUTUBE	*/
div#connect ul li.youtube a span{
	background-position: 0px -120px; }
div#connect ul li.youtube a:hover span, div#connect ul li.youtube a:active span {
	background-position: -300px -120px; }

/*	TWITTER	*/
div#connect ul li.twitter a span{
	background-position: 0px -160px; }
div#connect ul li.twitter a:hover span, div#connect ul li.twitter a:active span {
	background-position: -300px -160px; }

/*	SOUNDCLOUD	*/
div#connect ul li.soundcloud a span{
	background-position: 0px -240px; }
div#connect ul li.soundcloud a:hover span, div#connect ul li.soundcloud a:active span {
	background-position: -300px -240px; }

/*	SITE		*/
div#connect ul li.site a span{
	background-position: 0px -200px; }
div#connect ul li.site a:hover span, div#connect ul li.site a:active span {
	background-position: -300px -200px; }


/****************************************************************
* CSS Drop-Shadow wrapper
*	requires 10px expansion on horiz and vert edges
*/

.shadow-wrapper, .shadow-wrapper div, .shadow-wrapper div div, .shadow-wrapper div div div {
	display:inline-table;
	/* \*/display:block;/**/
	position:relative;
}
.shadow-wrapper {
	float:left;
	background:url(images/dropshadows/shadow-br.gif) right bottom no-repeat;
}
.shadow-wrapper div {
	background:url(images/dropshadows/shadow-tl.gif) left top no-repeat;
}
.shadow-wrapper div div {
	background:url(images/dropshadows/shadow-bl.gif) 0px 100% no-repeat;
}
.shadow-wrapper div div div {
	padding: 5px;
	background:url(images/dropshadows/shadow-tr.gif) 100% 0px no-repeat;
}
.shadow-wrapper img {
	display:block;
}

/********************************
*	Modified (darker) bg image for post container */

.post .shadow-wrapper {
	background-image:url(images/dropshadows/post-shadow-br.gif);
}
.post .shadow-wrapper div {
	background-image:url(images/dropshadows/post-shadow-tl.gif);
}
.post .shadow-wrapper div div {
	background-image:url(images/dropshadows/post-shadow-bl.gif);
}
.post .shadow-wrapper div div div {
	background-image:url(images/dropshadows/post-shadow-tr.gif);
}

.shadow-center {
	float: left;
	position: relative;
	left: 50%;
	clear:both;
}
.shadow-center .shadow-wrapper {
	right:50%;
}


/****************************************************************
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto; padding:5px;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 	User style	*/
#cboxOverlay{background:url(images/panobox/overlay.png) 0 0 repeat;}
#colorbox{}
#cboxTopLeft{
	width:21px;
	height:21px;
	background:url(images/panobox/controls.png) no-repeat -100px 0;
}
#cboxTopRight{width:21px; height:21px; background:url(images/panobox/controls.png) -129px 0 no-repeat;}
#cboxBottomLeft{width:21px; height:21px; background:url(images/panobox/controls.png) -100px -29px no-repeat;}
#cboxBottomRight{width:21px; height:21px; background:url(images/panobox/controls.png) -129px -29px no-repeat;}
#cboxMiddleLeft{width:21px; background:url(images/panobox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(images/panobox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(images/panobox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(images/panobox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#012b3b;}
#cboxLoadedContent{margin:5px 5px 37px;}
#cboxLoadedContent form{text-align:left;}

#cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
#cboxPrevious{
	position:absolute;
	bottom:0;
	left:0px;
	background:url(images/panobox/controls.png) no-repeat -75px 0px;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{
	position:absolute;
	bottom:0;
	left:27px;
	background:url(images/panobox/controls.png) no-repeat -50px 0px;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxNext.hover{background-position:-50px -25px;}
#cboxLoadingOverlay{
	background:url(images/panobox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic{
	background:url(images/panobox/loading.gif) no-repeat center center;
}
#cboxClose{
	position:absolute;
	bottom:0;
	right:0;
	background:url(images/panobox/controls.png) no-repeat -25px 0px;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/panoptic/images/panobox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/panoptic/images/panobox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/panoptic/images/panobox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/panoptic/images/panobox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/panoptic/images/panobox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/panoptic/images/panobox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/panoptic/images/panobox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/panoptic/images/panobox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
