/* 
    Document   : styles.css
    Created on : Oct 3, 2013, 8:40:59 AM
    Author     : Play
    Description:
        Purpose of the stylesheet follows.
*/

#icon-easy-pie-mm {
    background: transparent url( '../images/easy-pie-mm-logo32.png' ) no-repeat;
}

.bx-wrapper { margin: 0 0 60px 0 }

#easy-pie-mm-bxpager {
	/*text-align: center;*/
    max-width: 100%;
	margin-top: -44px;
}

#easy-pie-mm-bxpager a {
	margin: 0 3px;
}

#easy-pie-mm-bxpager a img {
	padding: 3px;
	border: solid #ccc 2px;
    width: 120px;
    height: 80px;
}

#easy-pie-mm-bxpager a:hover img,
#easy-pie-mm-bxpager a.active img {
	border: solid #5280DD 2px;
}

