/* ....................... PNG Transparency */

	#left_nav {
		margin-top: 4px;
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/wp-content/themes/<YOUR THEME NAME>/images/up.png',sizingMethod='image');
      }
/* Replace <YOUR THEME NAME> in the above filter property with the name of your theme! */ 

	#right_nav {
		margin: 4px 28px 0px 0px;
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/wp-content/themes/<YOUR THEME NAME>/images/down.png',sizingMethod='image');
	}
/* Replace <YOUR THEME NAME> in the above filter property with the name of your theme! */ 	

/* ........................................ */


/* .................................. Polls */
	#poll_center {
		border: 0px solid #272B2D;
		display: inline;
		background: transparent;
	}
	
		#poll_center #inner_div {
			border: 1px solid #272B2D;
			background-color: #2E3335;
			width: 300px;
			height: 286px;
			position: static;
		}
	
	.pollhead {
		margin: 0px;
		width: 302px;
		border: 0px;
	}
	
	#polls_navigation {
		width: 292px;
		left: 0px;
		top: 288px;
            height: 24px;
            padding-top: 0px;
	}

    #polls_navigation a {
        margin-top: 7px; 
    }

    #right_nav {
        margin-right: 55px;
    }

    #center_more {
        margin-top: 3px; 
    }

/* ........................................ */

